aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_partial/_archive.scss
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-07 02:08:51 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-07 02:08:51 +0000
commitae9ac85b6e4912ad975ffea8b9016d715aac6d0f (patch)
tree53b784f5c420ca90bc26f547efedd23385a92274 /themes/even/src/css/_partial/_archive.scss
parentb64347d950034689e3ec767e861d479a10585101 (diff)
downloadcapotej.com-ae9ac85b6e4912ad975ffea8b9016d715aac6d0f.tar.gz
eliminate all serif font
Diffstat (limited to '')
-rw-r--r--themes/even/src/css/_partial/_archive.scss8
1 files changed, 4 insertions, 4 deletions
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;
}