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/Dark/dark.css | |
| parent | 7b922668551f5dcf99a79c474a09103e78e4c703 (diff) | |
Fix: overflow expanding title in entry header (#6373)
* change HTML structure
* CSS
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 618d84ad9..704c6b2a1 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -452,7 +452,7 @@ button.as-link[disabled] { background-color: var(--dark-background-color1); } -.flux .flux_header .item.title a { +.flux .flux_header .item .title a { color: var(--dark-font-color8); } @@ -460,7 +460,7 @@ button.as-link[disabled] { color: var(--dark-font-color6); } -.flux:not(.current):hover .item.title { +.flux:not(.current):hover .item .title { background-color: var(--dark-background-color1); } |
