14 lines
194 B
SCSS
14 lines
194 B
SCSS
|
body {
|
||
|
font-family: 'Verdana', sans-serif;
|
||
|
margin: 25px 25px 50px 25px;
|
||
|
background: $background_accent_2;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: $font_accent_2;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: $font_accent_3;
|
||
|
}
|