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",]