From b6173772bdef1eaf067573373ab500d67dfc454d Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 01:23:24 +0100 Subject: new feature : better tag view clickable tags displayed in home interface --- assets/css/home.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index 3005b2a..bfae718 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -113,6 +113,13 @@ main.home table#home2table label { } +table a.tag { + background-color: #7b97b9; + border-radius: 10px; + padding: 1px 4px; +} + + body { margin: 0; height: 100%; @@ -533,3 +540,4 @@ footer { } } + -- cgit v1.2.3