Fix header bg hover
This commit is contained in:
parent
c8c021b527
commit
0074b5cc4a
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ light-theme =
|
|||
--heading-fg #4c4f69
|
||||
--bg #eff1f5
|
||||
--header-bg rgba(255, 255, 255, 0.1)
|
||||
--header-hover-bg #ddd
|
||||
--header-hover-bg rgba(255, 255, 255, 0.2)
|
||||
--fg #4c4f69
|
||||
--inline-code-bg rgba(0,0,0,0.08)
|
||||
--input-bg #dce0e8
|
||||
|
@ -79,7 +79,7 @@ dark-theme =
|
|||
{unquote("--" + k2)}: invert(v2)
|
||||
--bg #1e1e2e
|
||||
--header-bg rgba(255, 255, 255, 0.03)
|
||||
--header-hover-bg #333
|
||||
--header-hover-bg rgba(255, 255, 255, 0.06)
|
||||
--fg #cdd6f4
|
||||
--heading-fg #cdd6f4
|
||||
--link-visited-fg #a6adc8
|
||||
|
|
Loading…
Reference in a new issue