diff options
| author | 2023-03-18 22:56:39 +0100 | |
|---|---|---|
| committer | 2023-03-18 22:56:39 +0100 | |
| commit | 73b4fd74a4dd1259e2cefb06b41e86658f98ee5f (patch) | |
| tree | 9aa1556a9b9021340f9957b1b3304ac48f0c6271 /p/themes/Alternative-Dark/adark.rtl.css | |
| parent | afccff44560f2da74f42d458259a9e473a281c33 (diff) | |
fix: highlight next/prev article while using shortcuts (#5211)
* fix
* Update p/themes/Ansum/ansum.css
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* fix
---------
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'p/themes/Alternative-Dark/adark.rtl.css')
| -rw-r--r-- | p/themes/Alternative-Dark/adark.rtl.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 0f24a580b..5f6ef31b9 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -42,6 +42,8 @@ --notification-bad-background-color: #fdd; --notification-bad-font-color: #912621; --notification-bad-border-color: #ecc; + + --frss-box-shadow-color-transparent: #bbb3; } html, body { @@ -755,6 +757,10 @@ kbd { background: var(--background-color-hover); } +.flux.current:not(.active) { + background: var(--background-color-hover); +} + .flux .item.title a { color: var(--font-color-light); } |
