aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
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/Pafat
parent0ad8e6b4189d6afa6d6f1a74ba2bf9e90faf8ef3 (diff)
fix: Article hover that changes the background (#4874)
Diffstat (limited to 'p/themes/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css2
-rw-r--r--p/themes/Pafat/pafat.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index bf360127c..292f2eae2 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -742,7 +742,7 @@ a.signin {
border-left: 3px solid #5cb85c;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index e11c9ab81..6e2d1ed38 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -742,7 +742,7 @@ a.signin {
border-right: 3px solid #5cb85c;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}