aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css5
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;
}