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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-14 09:42:12 +0300
committerDillon <dillonzq@outlook.com>2020-03-14 09:42:12 +0300
commit3d9aad32056567b292795e2941428d7ab157cc42 (patch)
tree6c486271ee0648832feede4b392a13c5315ee64f /layouts/_default/baseof.html
parentd8bfd23ace6d3c467af9f24749113ce9c17b8d6f (diff)
feat(style): adjust style of header, tags and dynamic-to-top button
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 80eac99..aeff9cf 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -56,7 +56,7 @@
{{- /* Dynamic to top button */ -}}
<a href="#" class="dynamic-to-top animated faster" id="dynamic-to-top">
- <span>&nbsp;</span>
+ <i class="fas fa-chevron-up fa-fw"></i>
</a>
{{- /* Load JavaScript scripts and CSS */ -}}