aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Dark/dark.css')
-rw-r--r--p/themes/Dark/dark.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index e3272b99f..b93f7d7a1 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -204,11 +204,20 @@ a.btn {
background: linear-gradient(to top, #4a5d7a 0%, #26303f 100%);
}
+.btn:hover .icon {
+ filter: brightness(1);
+}
+
.btn.active,
.dropdown-target:target ~ .btn.dropdown-toggle {
background: #333;
}
+.btn.active .icon,
+.dropdown-target:target ~ .btn.dropdown-toggle .icon {
+ filter: brightness(1);
+}
+
.btn:active {
background: #26303f;
}
@@ -226,6 +235,10 @@ a.btn {
background: #26303f;
}
+.btn-important .icon {
+ filter: brightness(1);
+}
+
.btn-attention {
background: #801;
}