1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-09 01:52:57 +00:00
Files
ps-launcher/app/scss/style.scss
2017-10-16 23:05:44 -05:00

25 lines
312 B
SCSS

html {
font-family: 'Roboto Condensed', sans-serif;
}
body {
color: $light-blue;
background-color: $dark-blue;
}
.fa {
margin-right: 5px;
margin-left: 5px;
}
a {
text-decoration: none;
color: $blue;
transition: all 0.1s linear;
cursor: pointer;
&:hover {
color: $blue--lighter;
}
}