💄 update lightmode link & hover

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-09-07 16:41:06 +02:00
parent 1f4fceead7
commit 09763ffbe7
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 13 additions and 13 deletions

View file

@ -34,9 +34,9 @@ The webpage offers a variety of features including a blog, bookmarks, ways to re
| Dark Olive Green Text | ![#2E4033](https://via.placeholder.com/10/2E4033?text=+) `#2E4033` | | Dark Olive Green Text | ![#2E4033](https://via.placeholder.com/10/2E4033?text=+) `#2E4033` |
| Sage Green Secondary Text | ![#5F7A6D](https://via.placeholder.com/10/5F7A6D?text=+) `#5F7A6D` | | Sage Green Secondary Text | ![#5F7A6D](https://via.placeholder.com/10/5F7A6D?text=+) `#5F7A6D` |
| Mint Green Accents | ![#88A597](https://via.placeholder.com/10/88A597?text=+) `#88A597` | | Mint Green Accents | ![#88A597](https://via.placeholder.com/10/88A597?text=+) `#88A597` |
| Mint Green Accents (for hover states) | ![#88A597](https://via.placeholder.com/10/88A597?text=+) `#88A597` | | Dark Mint Green | ![#789085](https://via.placeholder.com/10/789085?text=+) `#789085` |
| Darker Moss Green Links | ![#3B6656](https://via.placeholder.com/10/3B6656?text=+) `#3B6656` | | Spring Green | ![#00CC6A](https://via.placeholder.com/10/00CC6A?text=+) `#00CC6A` |
| Light Mint Blockquote | ![#CCE3CC](https://via.placeholder.com/10/CCE3CC?text=+) `#CCE3CC` | | Light Mint | ![#CCE3CC](https://via.placeholder.com/10/CCE3CC?text=+) `#CCE3CC` |
### Dark mode ### Dark mode

File diff suppressed because one or more lines are too long

View file

@ -3,9 +3,9 @@
--light-1: #2E4033; /* Dark Olive Green Text */ --light-1: #2E4033; /* Dark Olive Green Text */
--light-2: #5F7A6D; /* Sage Green Secondary Text */ --light-2: #5F7A6D; /* Sage Green Secondary Text */
--light-3: #88A597; /* Mint Green Accents */ --light-3: #88A597; /* Mint Green Accents */
--light-hover: #88A597; /* Mint Green Accents (for hover states) */ --light-hover: #789085; /* Darker Moss Green */
--light-link: #3B6656; /* Darker Moss Green Links */ --light-link: #00CC6A; /* Spring Green */
--light-blockquote: #CCE3CC; /* Light Mint Blockquote */ --light-blockquote: #CCE3CC; /* Light Mint */
--dark-bg: #1e1e2e; /* Midnight Navy */ --dark-bg: #1e1e2e; /* Midnight Navy */
--dark-1: #cdd6f4; /* Lavender Mist */ --dark-1: #cdd6f4; /* Lavender Mist */
--dark-2: #8f5cf4; /* Amethyst Glow */ --dark-2: #8f5cf4; /* Amethyst Glow */