diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 156e16687..06f24eedd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2143,6 +2143,10 @@ blockquote { border-radius: $radiuspx; } +nav .badge:hover { + background-color: #999; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; |