diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index da75cf3f8..b01e03636 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2001,6 +2001,11 @@ blockquote { border-radius: $radiuspx; } +nav .badge { + padding: 5px 6px; + border-radius: 9px; +} + nav .badge:hover { background-color: #999; } |