[update] Style Home page

This commit is contained in:
brunosimon
2016-08-30 02:05:01 +02:00
parent d4d852f356
commit 81331c4f34
33 changed files with 745 additions and 319 deletions
@@ -0,0 +1,10 @@
font-smoothing($smoothing = auto) {
-webkit-font-smoothing $smoothing
if $smoothing == antialiased {
-moz-osx-font-smoothing grayscale
}
if $smoothing == subpixel-antialiased {
-moz-osx-font-smoothing auto
}
font-smoothing $smoothing
}