shit's finally working

This commit is contained in:
CJSatnarine
2025-03-21 17:11:15 -04:00
parent 0bd5fb2462
commit bd3eb288d6
10 changed files with 66 additions and 9 deletions

View File

@@ -81,13 +81,17 @@ ul li {
}
code {
color: colours.$pink;
color: colours.$code;
}
li {
color: colours.$white;
}
em, strong{
color: colours.$blockquote;
}
hr {
background: linear-gradient(to right, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6);
height: 5px;