aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-29 21:51:20 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-29 21:51:20 +0100
commitaaa5016ea6ec00137868fef0693e9ccdb2ca633d (patch)
treed91a9661d68ba68b33b0522fb51bc5dcb0fe24a9 /assets/css/home.css
parent46ad69fce564ad5f935cbf3ff5b4ef8a41209075 (diff)
parent2211f5cbae94c09c03c95b4c4d010ddaf72738df (diff)
downloadwcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.tar.gz
wcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.zip
Merge branch 'implement-css-parser'
Diffstat (limited to 'assets/css/home.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;
}