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
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/default.css3
-rw-r--r--static/css/theme.css6
2 files changed, 7 insertions, 2 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 42c71f8..d3e4e35 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -1,7 +1,8 @@
:root{
--GENERAL-FONT-1: "Merriweather", "Helvetica Neue", Arial, sans-serif;
- --GENERAL-FONT-2: "Open Sans", "Helvetica Neue", Arial, sans-serif;
+ --GENERAL-FONT-2: "Fjalla One", "Helvetica Neue", Arial, sans-serif;
+ --GENERAL-FONT-3: "Anton", "Helvetica Neue", Arial, sans-serif;
--GENERAL-COLOR-1: rgb(64, 95, 240);
--GENERAL-COLOR-2: white;
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 {