profilpage/scss/style.scss
2021-06-25 17:41:11 +02:00

22 lines
365 B
SCSS
Executable file

@import "_vars";
@import "_fonts";
@import "_homePage";
body,
* {
background-color: $BackgroundColor;
color: white;
font-family: $PrimaryFont;
}
h1 {
color: #b3b3b3;
font-weight: bold;
}
span,p,b,label,a{
font-size: 20px;
}
@import "_footer";
@import "_specialpages";
@import "_page";
@import "_nav";
@import "_loader";