diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:51:20 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:51:20 +0100 |
commit | aaa5016ea6ec00137868fef0693e9ccdb2ca633d (patch) | |
tree | d91a9661d68ba68b33b0522fb51bc5dcb0fe24a9 /assets | |
parent | 46ad69fce564ad5f935cbf3ff5b4ef8a41209075 (diff) | |
parent | 2211f5cbae94c09c03c95b4c4d010ddaf72738df (diff) | |
download | wcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.tar.gz wcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.zip |
Merge branch 'implement-css-parser'
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 15 |
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; } |