Fix non-visited link colors for light theme
This commit is contained in:
parent
4aab8d8ce2
commit
01a8743034
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,8 @@ theme-colors = {
|
||||||
icon-shadow: #fff,
|
icon-shadow: #fff,
|
||||||
input-bg: rgba(0, 0, 0, 0.08),
|
input-bg: rgba(0, 0, 0, 0.08),
|
||||||
input-hover-bg: rgba(0, 0, 0, 0.16),
|
input-hover-bg: rgba(0, 0, 0, 0.16),
|
||||||
link-visited-fg: #333,
|
link-visited-fg: #666,
|
||||||
|
link-fg: #000,
|
||||||
}
|
}
|
||||||
|
|
||||||
:root
|
:root
|
||||||
|
@ -42,7 +43,6 @@ theme-colors = {
|
||||||
--button-bg var(--input-bg)
|
--button-bg var(--input-bg)
|
||||||
--button-hover-bg var(--input-hover-bg)
|
--button-hover-bg var(--input-hover-bg)
|
||||||
--button-focus-bg var(--input-bg)
|
--button-focus-bg var(--input-bg)
|
||||||
--link-fg var(--fg)
|
|
||||||
|
|
||||||
light-theme =
|
light-theme =
|
||||||
for k, v in light-syntax
|
for k, v in light-syntax
|
||||||
|
|
Loading…
Reference in a new issue