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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_archive.scss')
-rwxr-xr-xsrc/scss/components/_archive.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/scss/components/_archive.scss b/src/scss/components/_archive.scss
index 813b6de..fae1fa7 100755
--- a/src/scss/components/_archive.scss
+++ b/src/scss/components/_archive.scss
@@ -25,12 +25,13 @@
.archive-post-date {
color: map-get($colors, light);
}
- // Change styl of the list by adding font-awesome icon
+ // Change style of the list by adding font-awesome icon
&::before {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
+ font-weight: 600;
content: '\f0da';
font-size: map-get($font-size, small);
}
}
}
-} \ No newline at end of file
+}