From 232d2ed0b61f7cf59159d731fbb50f533ee9149d Mon Sep 17 00:00:00 2001 From: athul Date: Thu, 16 Apr 2020 18:58:18 +0530 Subject: Update tag background color --- images/screenshot.png | Bin 254265 -> 207481 bytes images/tn.png | Bin 164739 -> 63396 bytes static/css/main.css | 3 ++- theme.toml | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/images/screenshot.png b/images/screenshot.png index 60475f9..1a262e7 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 2d5b565..628ac6c 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/static/css/main.css b/static/css/main.css index e9abc78..a92310b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -209,7 +209,8 @@ justify-content: space-between; border-bottom: 3px solid var(--maincolor); } .tags a:hover{ - color: var(--hovercolor); + color:white; + background-color: var(--hovercolor); } svg{ max-height: 15px; diff --git a/theme.toml b/theme.toml index afde470..a44df7d 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ name = "Archie" license = "MIT" licenselink = "https://github.com/athul/archie/blob/master/LICENSE" -description = "" +description = "Archie is a minimal and clean theme for hugo with a markdown-ish UI." homepage = "https://github.com/athul/archie" tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"] features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",] -- cgit v1.2.3