Fixes.
h3rald h3rald@h3rald.com
Fri, 27 Apr 2018 10:55:08 +0200
2 files changed,
5 insertions(+),
5 deletions(-)
M
styles/_badges.less
→
styles/_badges.less
@@ -109,7 +109,7 @@
.idea {.mix-symbol(@fa-var-lightbulb, @bright-yellow)} .sticky {.mix-symbol(@fa-var-sticky-note, @bright-yellow)} .link {.mix-symbol(@fa-var-link, @bright-blue)} -.dir {.mix-symbol(@fa-var-dir, @bright-yellow, 100%, "")} +.dir {.mix-symbol(@fa-var-folder, @bright-yellow, 100%, "")} .file {.mix-symbol(@fa-var-file, #aaa, 100%, "")} .chrome {.mix-symbol(@fa-var-chrome, @bright-yellow)}
M
styles/hastyscribe.css
→
styles/hastyscribe.css
@@ -4943,21 +4943,21 @@ font-size: 100%;
color: #0F4BFF; content: "\f0c1" " "; } -.folder:before { +.dir:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; font-size: 100%; color: #F5B800; - content: "\f07b" " "; + content: "\f07b" ""; } .file:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal; font-size: 100%; - color: #333; - content: "\f15b" " "; + color: #aaa; + content: "\f15b" ""; } .chrome:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";