aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/ansum.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-20 14:35:02 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-20 14:35:02 +0100
commit47883d3086b75bab800ad996e4e0ae01e331f4c3 (patch)
tree69700083881a15988e681e8cc98b90dadbd92989 /p/themes/Ansum/ansum.css
parent0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff)
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Ansum/ansum.css')
-rw-r--r--p/themes/Ansum/ansum.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index b38f6e578..dfc7562f9 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -977,10 +977,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fcfaf8;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #fcfaf8;
}
.flux.current {