summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-08-18 11:23:43 +0500
committerilotterytea <iltsu@alright.party>2025-08-18 11:23:43 +0500
commitbaadea8a6dc35babe226d473f0ea533fb6678a0d (patch)
tree4cb8af73ce8b6af16321cbfb57636b6c41edb3d3
parent88251f1affcdfb9336c843d03746115110b503c6 (diff)
fix: forgor to commit 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 15f9089..bb6ee95 100644
--- a/static/style.css
+++ b/static/style.css
@@ -119,6 +119,17 @@ button.fancy:hover {
padding: 16px;
}
+.alert {
+ padding: 4px;
+ border: 2px solid #909090;
+ background: #cacaca;
+}
+
+.alert.red {
+ border-color: maroon;
+ background: #ff6868;
+}
+
.column {
display: flex;
flex-direction: column;