From 436124239e1514aa8d2c48c5938eae08fd3db2bf Mon Sep 17 00:00:00 2001 From: aviiciii Date: Mon, 12 Jun 2023 16:49:26 +0530 Subject: [PATCH 1/2] textarea blank space fixed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7b5355..d5380aa 100644 --- a/index.html +++ b/index.html @@ -74,7 +74,7 @@
- +
From c57e7e0f61a146c98afb60f217c4fa43cef9f3e9 Mon Sep 17 00:00:00 2001 From: aviiciii Date: Mon, 12 Jun 2023 16:49:44 +0530 Subject: [PATCH 2/2] added highlight color while selecting text --- assets/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/styles.css b/assets/styles.css index a38f1f9..723037f 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -226,6 +226,26 @@ pre{ } +/* text highlight */ + +::selection{ + background-color: var(--secondary-color); + color: var(--primary-color); +} + + + + + + + + + + + + + + @media screen and (max-width: 768px) { .logo img{ margin-top: 30px;