summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-24 21:23:15 -0500
committersoaos <soaos@soaos.dev>2025-11-24 21:23:15 -0500
commit4a1dc8b9f25b701c750e76ec9c3a08c2e990563e (patch)
tree9d0b0045d2e497328ce65b6a74c3a98dfd59a54e /static/style.css
parentd5dd901131d7bdba0ea746f005a05b18ce9b2d4e (diff)
StatusCafe Integration
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index ce94a14..ed6804d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -183,3 +183,14 @@ body {
clip-path: polygon(0 0, 50.1% 0, 50.1% 100%, 0 100%);
visibility: visible;
}
+
+#statuscafe {
+padding: .5em;
+background-color: var(--button-highlight);
+}
+#statuscafe-username {
+margin-bottom: .5em;
+}
+#statuscafe-content {
+margin: 0 1em 0.5em 1em;
+}