Update tag background color

This commit is contained in:
athul 2020-04-16 18:58:18 +05:30
parent a8fce7c6f4
commit 232d2ed0b6
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -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;

View File

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