all repos — hastystyles @ 8c5e8e252e6597db80dbaaaf3bd4cb198e8fb88f

The stylesheets for HastyScrybe and HastySite.

Fixes.
h3rald h3rald@h3rald.com
Fri, 27 Apr 2018 10:55:08 +0200
commit

8c5e8e252e6597db80dbaaaf3bd4cb198e8fb88f

parent

a76ff2592fbb3d357e3e2f66fe6f3be76873ef0b

2 files changed, 5 insertions(+), 5 deletions(-)

jump to
M styles/_badges.lessstyles/_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.cssstyles/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";