ulovliglogning.dk/_scss/base/_base.scss

16 lines
195 B
SCSS

body, html {
min-height: 100%;
height: 100%;
}
body {
background: #2A2A2A;
color: #FFF;
height: 100%;
}
footer {
text-align: center;
margin: 1rem;
color: #AAA;
}