Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-16 16:28:18 +0300
committerathul <athul8720@gmail.com>2020-04-16 19:02:51 +0300
commit232d2ed0b61f7cf59159d731fbb50f533ee9149d (patch)
tree079bf36c91af01aa2eb4064fdac1f4a6133d1872
parenta8fce7c6f47b105f9b729be4d4a4e8010aae34cd (diff)
Update tag background color
-rw-r--r--images/screenshot.pngbin254265 -> 207481 bytes
-rw-r--r--images/tn.pngbin164739 -> 63396 bytes
-rw-r--r--static/css/main.css3
-rw-r--r--theme.toml2
4 files changed, 3 insertions, 2 deletions
diff --git a/images/screenshot.png b/images/screenshot.png
index 60475f9..1a262e7 100644
--- a/images/screenshot.png
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index 2d5b565..628ac6c 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ
diff --git a/static/css/main.css b/static/css/main.css
index e9abc78..a92310b 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -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;
diff --git a/theme.toml b/theme.toml
index afde470..a44df7d 100644
--- a/theme.toml
+++ b/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",]