mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update tag background color
This commit is contained in:
parent
a8fce7c6f4
commit
232d2ed0b6
Binary file not shown.
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 203 KiB |
BIN
images/tn.png
BIN
images/tn.png
Binary file not shown.
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 62 KiB |
@ -209,7 +209,8 @@ justify-content: space-between;
|
|||||||
border-bottom: 3px solid var(--maincolor);
|
border-bottom: 3px solid var(--maincolor);
|
||||||
}
|
}
|
||||||
.tags a:hover{
|
.tags a:hover{
|
||||||
color: var(--hovercolor);
|
color:white;
|
||||||
|
background-color: var(--hovercolor);
|
||||||
}
|
}
|
||||||
svg{
|
svg{
|
||||||
max-height: 15px;
|
max-height: 15px;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
name = "Archie"
|
name = "Archie"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/athul/archie/blob/master/LICENSE"
|
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"
|
homepage = "https://github.com/athul/archie"
|
||||||
tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"]
|
tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"]
|
||||||
features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",]
|
features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",]
|
||||||
|
Loading…
Reference in New Issue
Block a user