Update tag background color
athul athul8720@gmail.com
Thu, 16 Apr 2020 18:58:18 +0530
4 files changed,
3 insertions(+),
2 deletions(-)
M
static/css/main.css
→
static/css/main.css
@@ -209,7 +209,8 @@ .tags a{
border-bottom: 3px solid var(--maincolor); } .tags a:hover{ - color: var(--hovercolor); + color:white; + background-color: var(--hovercolor); } svg{ max-height: 15px;
M
theme.toml
→
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",]