changed styling
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-01-06 04:59:52 -05:00
parent 482f9a6385
commit 502ec8201d
4 changed files with 25 additions and 14 deletions

View File

@@ -1,9 +1,13 @@
@use "colours.scss";
@use "colours";
body {
background-color: colours.$background;
font-family: 'Roboto Mono';
font-size: large;
text-align: center;
// padding-left: 20%;
// padding-right: 20%
}
a:link,
@@ -45,12 +49,12 @@ blockquote>p {
color: colours.$blockquote;
}
ul li {
color: colours.$text;
}
ul li,
ol li {
color: colours.$text;
text-align: left;
padding-left: 10%;
list-style-position: inside;
}
code {
@@ -71,6 +75,7 @@ hr {
height: 5px;
border: 0;
}
/* GAY colour for special stuff */
.special {
background: linear-gradient(to right, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6, colours.$h1, colours.$h1);
@@ -96,7 +101,14 @@ hr {
color: colours.$dates;
}
nav p {
color: colours.$text;
padding-left: 0%;
padding-right: 0%;
}
#text,
p {
color: colours.$text;
}