all repos — hastystyles @ 21104be40d1553252c58edc59b63ad274a98a176

The stylesheets for HastyScrybe and HastySite.

Fixed google icon.
h3rald h3rald@h3rald.com
Sun, 07 Oct 2018 12:21:11 +0200
commit

21104be40d1553252c58edc59b63ad274a98a176

parent

e102d49fdc4b8bed0017d34481176bb1876bb995

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

jump to
M styles/_links.lessstyles/_links.less

@@ -19,7 +19,7 @@ a[href*="flickr.com"] { .mix-brand-link-icon(@fa-var-flickr); }

a[href*="foursquare.com"] { .mix-brand-link-icon(@fa-var-foursquare); } a[href*="github.com"] { .mix-brand-link-icon(@fa-var-github); } a[href*="gitlab.com"] { .mix-brand-link-icon(@fa-var-gitlab); } -a[href*="google.com"] { .mix-link-icon(@fa-var-google); } +a[href*="google.com"] { .mix-brand-link-icon(@fa-var-google); } a[href*="plus.google.com"] { .mix-brand-link-icon(@fa-var-google-plus-square); } a[href*="news.ycombinator.com"] { .mix-brand-link-icon(@fa-var-hacker-news); } a[href*="imdb.com"] { .mix-brand-link-icon(@fa-var-imdb); }
M styles/hastyscribe.cssstyles/hastyscribe.css

@@ -3612,7 +3612,7 @@ font-family: "Font Awesome 5 Brands";

} a[href*="google.com"]:before { content: "\f1a0" "\202F"; - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 5 Brands"; } a[href*="plus.google.com"]:before { content: "\f0d4" "\202F";