diff options
Diffstat (limited to 'p/themes/Alternative-Dark/adark.css')
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 98dd4398e..7b98249c8 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -186,10 +186,14 @@ a.btn { } .btn-important:hover { - background: #0062b7; + background: #45699a; color: #eee; } +.btn-important .icon { + filter: brightness(3); +} + .btn-important:active { background: #0044cb; box-shadow: none; @@ -312,7 +316,7 @@ a.btn { } .dropdown-menu::after { - border-color: #ddd; + border-color: #333; } .dropdown-header { |
