summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;
+}