lots of things

This commit is contained in:
CJSatnarine
2025-03-20 06:12:26 -04:00
parent 655c1a6b2b
commit b01504d142
6 changed files with 71 additions and 44 deletions

43
blog/sass/style.scss Normal file
View File

@@ -0,0 +1,43 @@
@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;
}
p {
color: colours.$text;
}
// Shortcodes can be used to customise markdown stuff.
#test {
color: colours.$pink;
}
center {
color: colours.$purple;
}