add statuscafe
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-01-30 18:54:10 -05:00
parent bbcdd424da
commit d54191c494
2 changed files with 16 additions and 0 deletions

View File

@@ -112,3 +112,16 @@ p {
color: colours.$text;
}
// Statuscafe
#statuscafe {
padding: .5em;
background-color: black;
color: colours.$text;
border: 2px solid colours.$h1;
}
#statuscafe-username {
margin-bottom: .5em;
}
#statuscafe-content {
margin: 0 1em 0.5em 1em;
}