Skip to content

Commit

Permalink
Update tag background color
Browse files Browse the repository at this point in the history
  • Loading branch information
athul committed Apr 16, 2020
1 parent a8fce7c commit 232d2ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified images/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion static/css/main.css
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Expand Up @@ -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",]
Expand Down

0 comments on commit 232d2ed

Please sign in to comment.