|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
16825 |
efrain |
1 |
// Typography
|
|
|
2 |
|
|
|
3 |
body {
|
|
|
4 |
-webkit-font-smoothing: antialiased;
|
|
|
5 |
-moz-osx-font-smoothing: grayscale;
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
// Social colors
|
|
|
9 |
@each $color, $value in $social-colors {
|
|
|
10 |
.text-#{$color} {
|
|
|
11 |
color: $value;
|
|
|
12 |
}
|
|
|
13 |
}
|