diff options
| author | 2024-04-25 08:45:59 +0200 | |
|---|---|---|
| committer | 2024-04-25 08:45:59 +0200 | |
| commit | aac3b21a8b4fd1a2f351a63fdb70d39ac2851921 (patch) | |
| tree | cc87dac0240cbd64da786136b399eca0af920042 /p/themes/Alternative-Dark/adark.css | |
| parent | 7b922668551f5dcf99a79c474a09103e78e4c703 (diff) | |
Fix: overflow expanding title in entry header (#6373)
* change HTML structure
* CSS
Diffstat (limited to 'p/themes/Alternative-Dark/adark.css')
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 83680be28..1eb45b695 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -747,11 +747,11 @@ kbd { background: var(--background-color-dark); } -.flux.not_read:not(.current):hover .item.title { - background: inherit; +.flux.not_read:not(.current):hover .item .title { + background: var(--background-color-hover); } -.flux:not(.current):hover .item.title { +.flux:not(.current):hover .item .title { background: var(--background-color-hover); } @@ -759,11 +759,11 @@ kbd { background: var(--background-color-hover); } -.flux .flux_header .item.title a { +.flux .flux_header .item .title a { color: var(--font-color-light); } -.flux .flux_header .item.title .author { +.flux .flux_header .item .title .author { color: var(--font-color-dark); } |
