Fix non-visited link colors for light theme

This commit is contained in:
Daniel Flanagan 2020-12-18 09:44:31 -06:00
parent 4aab8d8ce2
commit 01a8743034
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,8 @@ theme-colors = {
icon-shadow: #fff,
input-bg: rgba(0, 0, 0, 0.08),
input-hover-bg: rgba(0, 0, 0, 0.16),
link-visited-fg: #333,
link-visited-fg: #666,
link-fg: #000,
}
:root
@ -42,7 +43,6 @@ theme-colors = {
--button-bg var(--input-bg)
--button-hover-bg var(--input-hover-bg)
--button-focus-bg var(--input-bg)
--link-fg var(--fg)
light-theme =
for k, v in light-syntax