aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/home.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index b2be8dd..dc8c933 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -118,13 +118,24 @@ main.home table .id {
font-size: medium;
}
+nav span.counter {
+ border-radius: 100%;
+ width: 17px;
+ height: 17px;
+ display: inline-block;
+ text-align: center;
+}
-table a.tag {
- background-color: #7b97b9;
+
+table a.tag, table a.author {
border-radius: 10px;
padding: 1px 4px;
}
+table a.author {
+ background-color: darkgrey;
+}
+
table a.secure{
padding: 1px 3px;
}