aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-29 20:34:08 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-29 20:34:08 +0100
commitb28f1a4a516f93044c632b254670dd21f52e625c (patch)
treeaa2661016383e51fe26d564d208ac302f6e48926 /assets/css/home.css
parenta30e115d62f10183acb7ff946821aaf066d4a61e (diff)
downloadwcms-b28f1a4a516f93044c632b254670dd21f52e625c.tar.gz
wcms-b28f1a4a516f93044c632b254670dd21f52e625c.zip
new feature : colored tags
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index a801ba8..9ee57ac 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -112,9 +112,16 @@ 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;
border-radius: 10px;
padding: 1px 4px;
}