Files
cjsatnarine.space/blog/sass/style.scss
2025-03-20 08:00:48 -04:00

46 lines
556 B
SCSS

@use "colours.scss";
body {
background-color: colours.$background;
font-family: 'Roboto Mono';
}
#construction {
position: absolute;
color: whitesmoke;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display: block;
}
a:link,
a:visited,
a:hover,
a:active {
color: colours.$purple;
background-color: transparent;
text-decoration: none;
}
h1 {
color: colours.$purple;
}
blockquote > p {
color: colours.$pink;
}
p {
color: colours.$text;
}
#test {
color: colours.$pink;
}
center {
color: colours.$purple;
}