10 lines
96 B
SCSS
10 lines
96 B
SCSS
|
//base-font.scss
|
||
|
|
||
|
html {
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
|
||
|
a.u-syndication {
|
||
|
text-decoration: none;
|
||
|
}
|