aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'server/static/css')
-rw-r--r--server/static/css/black.css2
-rw-r--r--server/static/css/common.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/static/css/black.css b/server/static/css/black.css
index a69cd8a..f97ed2f 100644
--- a/server/static/css/black.css
+++ b/server/static/css/black.css
@@ -121,7 +121,7 @@ input[type="text"]:focus {
}
/* Counter */
-.unread-counter {
+.unread-counter-wrapper {
color: #bbb;
}
diff --git a/server/static/css/common.css b/server/static/css/common.css
index aac8563..accefb0 100644
--- a/server/static/css/common.css
+++ b/server/static/css/common.css
@@ -407,7 +407,7 @@ a.button {
}
/* Counter */
-.unread-counter {
+.unread-counter-wrapper {
font-size: 0.8em;
font-weight: 300;
color: #666;