💄 update lightmode link & hover
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
1f4fceead7
commit
09763ffbe7
3 changed files with 13 additions and 13 deletions
|
@ -34,9 +34,9 @@ The webpage offers a variety of features including a blog, bookmarks, ways to re
|
|||
| Dark Olive Green Text |  `#2E4033` |
|
||||
| Sage Green Secondary Text |  `#5F7A6D` |
|
||||
| Mint Green Accents |  `#88A597` |
|
||||
| Mint Green Accents (for hover states) |  `#88A597` |
|
||||
| Darker Moss Green Links |  `#3B6656` |
|
||||
| Light Mint Blockquote |  `#CCE3CC` |
|
||||
| Dark Mint Green |  `#789085` |
|
||||
| Spring Green |  `#00CC6A` |
|
||||
| Light Mint |  `#CCE3CC` |
|
||||
|
||||
### Dark mode
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,9 +3,9 @@
|
|||
--light-1: #2E4033; /* Dark Olive Green Text */
|
||||
--light-2: #5F7A6D; /* Sage Green Secondary Text */
|
||||
--light-3: #88A597; /* Mint Green Accents */
|
||||
--light-hover: #88A597; /* Mint Green Accents (for hover states) */
|
||||
--light-link: #3B6656; /* Darker Moss Green Links */
|
||||
--light-blockquote: #CCE3CC; /* Light Mint Blockquote */
|
||||
--light-hover: #789085; /* Darker Moss Green */
|
||||
--light-link: #00CC6A; /* Spring Green */
|
||||
--light-blockquote: #CCE3CC; /* Light Mint */
|
||||
--dark-bg: #1e1e2e; /* Midnight Navy */
|
||||
--dark-1: #cdd6f4; /* Lavender Mist */
|
||||
--dark-2: #8f5cf4; /* Amethyst Glow */
|
||||
|
|
Loading…
Add table
Reference in a new issue