simple-icons/_sass/_elements.scss

21 lines
378 B
SCSS
Raw Normal View History

* {
box-sizing: border-box;
}
2017-04-23 19:31:56 +03:00
:root {
font-size: 100%;
}
a {
text-decoration: none;
}
body {
background-color: $color-white;
color: $color-black;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 0.875rem;
line-height: 1.5rem;
margin: 0;
}