1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
236 B
SCSS

$col-white: #fff;
$col-bg: #0b1b2e;
$col-accent: #845368;
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background-color: $col-bg;
color: $col-white;
}
img {
display: block;
max-width: 100%;
}