all repos — archie @ 232d2ed0b61f7cf59159d731fbb50f533ee9149d

A minimal Hugo Theme

Update tag background color
athul athul8720@gmail.com
Thu, 16 Apr 2020 18:58:18 +0530
commit

232d2ed0b61f7cf59159d731fbb50f533ee9149d

parent

a8fce7c6f47b105f9b729be4d4a4e8010aae34cd

4 files changed, 3 insertions(+), 2 deletions(-)

jump to
M static/css/main.cssstatic/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.tomltheme.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",]