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
|
@ -2,6 +2,7 @@ body {
|
|||
--bg-color: #eee;
|
||||
--text-color: black;
|
||||
--accent-color: #b520e7;
|
||||
--link-color: var(--accent-color);
|
||||
--accent-text-color: var(--bg-color);
|
||||
--accent-color-neutral: #aaa;
|
||||
--accent-text-color-neutral: #eee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue