mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
dark theme + decouple link color from accent color
This commit is contained in:
parent
688fe2bc48
commit
9c09ae9817
3 changed files with 9 additions and 5 deletions
|
@ -27,7 +27,7 @@ header.main-header {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--accent-color);
|
||||
color: var(--link-color);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue