removed the secrets, edited some other stuff

This commit is contained in:
CJSatnarine
2026-04-29 20:43:17 -04:00
parent 43e45e6c59
commit 7fbddfddca
15 changed files with 22 additions and 968 deletions

View File

@@ -1,5 +1,4 @@
@use "colours";
body {
background-color: colours.$background;
font-family: 'Roboto Mono';
@@ -70,6 +69,10 @@ strong {
color: colours.$blockquote;
}
img {
padding-left: 0%;
}
hr {
background: linear-gradient(to right, colours.$h1, colours.$periwinkle, colours.$h1, colours.$periwinkle, colours.$h1);
height: 5px;
@@ -127,3 +130,4 @@ p {
#statuscafe-content {
margin: 0 1em 0.5em 1em;
}