diff options
Diffstat (limited to 'p/themes/Alternative-Dark/adark.rtl.css')
| -rw-r--r-- | p/themes/Alternative-Dark/adark.rtl.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 3b13d55a8..4336a1704 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.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 { |
