From be28037d8a35b42948ad2c3507b4d6baf9ee0e2a Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 13 Jun 2018 19:06:02 +0100 Subject: [PATCH] Style tags --- static/css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 208d265..dc75d4b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -180,7 +180,6 @@ article p { ul.tags { margin: 0; padding: 0; - background-color: ; } .tags li { @@ -188,7 +187,9 @@ ul.tags { list-style-type: none; margin: 0 15px 0 0; font-size: 0.8rem; - /* text-transform: lowercase; */ + background-color: #eee; + padding: 3px 6px; + border-radius: 5px; } .tags li a, .tags li a:hover, .tags li a:visited {