aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src
diff options
context:
space:
mode:
Diffstat (limited to 'themes/even/src')
-rw-r--r--themes/even/src/css/_base.scss2
-rw-r--r--themes/even/src/css/_partial/_archive.scss8
-rw-r--r--themes/even/src/css/_partial/_categories.scss4
-rw-r--r--themes/even/src/css/_partial/_footer/_copyright.scss4
-rw-r--r--themes/even/src/css/_partial/_header/_menu.scss2
-rw-r--r--themes/even/src/css/_partial/_mobile.scss2
-rw-r--r--themes/even/src/css/_partial/_pagination.scss8
-rw-r--r--themes/even/src/css/_partial/_post/_content.scss4
-rw-r--r--themes/even/src/css/_partial/_post/_footer.scss4
-rw-r--r--themes/even/src/css/_partial/_post/_toc.scss2
-rw-r--r--themes/even/src/css/_partial/_tags.scss4
11 files changed, 22 insertions, 22 deletions
diff --git a/themes/even/src/css/_base.scss b/themes/even/src/css/_base.scss
index 78a71a5..e6d06a5 100644
--- a/themes/even/src/css/_base.scss
+++ b/themes/even/src/css/_base.scss
@@ -60,7 +60,7 @@ a {
@each $header, $size in $global-headings {
#{$header} {
font-size: $size;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
}
}
diff --git a/themes/even/src/css/_partial/_archive.scss b/themes/even/src/css/_partial/_archive.scss
index f1431c4..47fe64a 100644
--- a/themes/even/src/css/_partial/_archive.scss
+++ b/themes/even/src/css/_partial/_archive.scss
@@ -7,7 +7,7 @@
max-width: $archive-max-width;
.archive-title {
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
&.tag,
&.category {
@@ -28,8 +28,8 @@
}
.collection-title {
- font-family: $global-serif-font-family;
-
+ font-family: $global-font-family;
+
.archive-year {
margin: 15px 0;
font-weight: 400;
@@ -48,7 +48,7 @@
}
.archive-post-title {
-
+
.archive-post-link {
color: $theme-color;
}
diff --git a/themes/even/src/css/_partial/_categories.scss b/themes/even/src/css/_partial/_categories.scss
index f9c413d..99d95bc 100644
--- a/themes/even/src/css/_partial/_categories.scss
+++ b/themes/even/src/css/_partial/_categories.scss
@@ -2,7 +2,7 @@
.categories {
margin: 2em 0 3em;
text-align: center;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
.categories-title {
display: inline-block;
@@ -40,4 +40,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/themes/even/src/css/_partial/_footer/_copyright.scss b/themes/even/src/css/_partial/_footer/_copyright.scss
index 7d33fe3..d635354 100644
--- a/themes/even/src/css/_partial/_footer/_copyright.scss
+++ b/themes/even/src/css/_partial/_footer/_copyright.scss
@@ -6,7 +6,7 @@
margin: $copyright-margin;
color: $dark-gray;
text-align: center;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
.hexo-link,
.theme-link {
@@ -20,4 +20,4 @@
font-size: 14px;
}
}
-} \ No newline at end of file
+}
diff --git a/themes/even/src/css/_partial/_header/_menu.scss b/themes/even/src/css/_partial/_header/_menu.scss
index 7209c80..6809fec 100644
--- a/themes/even/src/css/_partial/_header/_menu.scss
+++ b/themes/even/src/css/_partial/_header/_menu.scss
@@ -10,7 +10,7 @@
position: relative;
padding-left: 0;
padding-right: 25px;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
.menu-item {
display: inline-block;
diff --git a/themes/even/src/css/_partial/_mobile.scss b/themes/even/src/css/_partial/_mobile.scss
index 26e4c76..5e342f8 100644
--- a/themes/even/src/css/_partial/_mobile.scss
+++ b/themes/even/src/css/_partial/_mobile.scss
@@ -61,7 +61,7 @@
a {
font-size: 18px;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
&:hover {
color: $theme-color;
diff --git a/themes/even/src/css/_partial/_pagination.scss b/themes/even/src/css/_partial/_pagination.scss
index c58f8db..6bbdb06 100644
--- a/themes/even/src/css/_partial/_pagination.scss
+++ b/themes/even/src/css/_partial/_pagination.scss
@@ -10,7 +10,7 @@
.next {
font-weight: 600;
font-size: $pagination-font-size;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
transition-property: transform;
transition-timing-function: ease-out;
transition-duration: 0.3s;
@@ -21,7 +21,7 @@
&:hover {
color: $theme-color;
- transform: translateX(-4px);
+ transform: translateX(-4px);
}
}
@@ -30,7 +30,7 @@
&:hover {
color: $theme-color;
- transform: translateX(4px);
+ transform: translateX(4px);
}
}
-} \ No newline at end of file
+}
diff --git a/themes/even/src/css/_partial/_post/_content.scss b/themes/even/src/css/_partial/_post/_content.scss
index 11e7607..04c236e 100644
--- a/themes/even/src/css/_partial/_post/_content.scss
+++ b/themes/even/src/css/_partial/_post/_content.scss
@@ -8,7 +8,7 @@
@for $i from 1 through 6 {
h#{$i} {
font-weight: 400;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
}
}
@@ -74,7 +74,7 @@
.read-more-link {
color: $theme-color;
font-size: 1.1em;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
&:hover {
border-bottom: $post-readMore-border-bottom;
diff --git a/themes/even/src/css/_partial/_post/_footer.scss b/themes/even/src/css/_partial/_post/_footer.scss
index c959c2f..8a2a443 100644
--- a/themes/even/src/css/_partial/_post/_footer.scss
+++ b/themes/even/src/css/_partial/_post/_footer.scss
@@ -18,7 +18,7 @@
.post-footer {
margin-top: $post-footer-margin-top;
border-top: $post-footer-border-top;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
.post-tags {
padding: $post-tags-padding;
@@ -42,7 +42,7 @@
.next {
font-weight: 600;
font-size: $post-nav-font-size;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
transition-property: transform;
transition-timing-function: ease-out;
transition-duration: 0.3s;
diff --git a/themes/even/src/css/_partial/_post/_toc.scss b/themes/even/src/css/_partial/_post/_toc.scss
index 8327055..5bc800e 100644
--- a/themes/even/src/css/_partial/_post/_toc.scss
+++ b/themes/even/src/css/_partial/_post/_toc.scss
@@ -3,7 +3,7 @@
width: $post-toc-width;
margin-left: $post-toc-margin-left;
padding: 10px;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
border-radius: 5px;
background: $post-toc-backgroud;
box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
diff --git a/themes/even/src/css/_partial/_tags.scss b/themes/even/src/css/_partial/_tags.scss
index e32a90e..72786b4 100644
--- a/themes/even/src/css/_partial/_tags.scss
+++ b/themes/even/src/css/_partial/_tags.scss
@@ -5,7 +5,7 @@
.tag-cloud {
margin: 2em 0 3em;
text-align: center;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
.tag-cloud-title {
display: inline-block;
@@ -43,4 +43,4 @@
}
}
}
-} \ No newline at end of file
+}