mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
💄 Style: modify ibruce icons
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
- :bug: Fix: pre element overflow error ([#29](https://github.com/Lruihao/FixIt/issues/29))
|
||||
- :bug: Fix: toc-auto display error ([#21](https://github.com/Lruihao/FixIt/issues/21))
|
||||
- :fire: Feat: remove lib smooth-scroll ([#1](https://github.com/Lruihao/FixIt/issues/1))
|
||||
- :robot: Feat(SEO): optimize SEO meta ([#30](https://github.com/Lruihao/FixIt/issues/30))
|
||||
- :mag: Feat(SEO): optimize SEO meta ([#30](https://github.com/Lruihao/FixIt/issues/30))
|
||||
- :lipstick: Style: change scroll-behavior to smooth, page image margin, header style, footer style etc.
|
||||
- :wrench: Chore: minify static images
|
||||
- :wrench: Chore(i18n): change some translations
|
||||
|
||||
@@ -22,10 +22,6 @@ footer {
|
||||
animation: icon-animate 1.33s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.color-dark-gray{
|
||||
color: DarkSlateGray;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
{{- if eq .Site.Params.ibruce.enable true -}}
|
||||
<div class="footer-line">
|
||||
<span id="busuanzi_container_site_uv" title={{ T "siteUV" }}
|
||||
><i class="fas fa-user color-dark-gray"></i>
|
||||
><i class="far fa-user"></i>
|
||||
<span id="busuanzi_value_site_uv"
|
||||
><i class="fa fa-spinner fa-spin"></i
|
||||
></span
|
||||
@@ -62,7 +62,7 @@
|
||||
></span>
|
||||
{{- end -}}
|
||||
<span id="busuanzi_container_site_pv" class="footer-divider" title={{ T "sitePV" }}
|
||||
><i class="fas fa-eye color-dark-gray"></i>
|
||||
><i class="far fa-eye"></i>
|
||||
<span id="busuanzi_value_site_pv"
|
||||
><i class="fa fa-spinner fa-spin"></i
|
||||
></span
|
||||
|
||||
Reference in New Issue
Block a user