1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-10 09:02:49 +00:00
Files
react-starter/app/scss/style.scss

24 lines
297 B
SCSS

html {
font-family: 'Roboto Condensed', sans-serif;
}
body {
color: $oc-gray-8;
background-color: $oc-gray-0;
}
.fa {
margin-right: 5px;
margin-left: 5px;
}
a {
text-decoration: none;
color: $oc-indigo-5;
transition: all 0.1s linear;
&:hover {
color: $oc-indigo-4;
}
}