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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index 964f6a5..6298768 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -394,6 +394,10 @@ ul.images-list {
/* TAGS */
+.tag-title {
+ font-family: var(--SIDEBAR-LINK-FONT, var(--GENERAL-FONT-3));
+}
+
.tags a {
display: inline-block;
border-radius: 999em;
@@ -1042,7 +1046,7 @@ min-height: 300px;
}
.sidebar-tree .parent-link {
- font-family: var(--SIDEBAR-LINK-FONT, var(--GENERAL-FONT-1));
+ font-family: var(--SIDEBAR-LINK-FONT, var(--GENERAL-FONT-3));
}
.sidebar-tree li {