summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-06-08 02:15:49 +0400
committerilotterytea <iltsu@alright.party>2025-06-08 02:15:49 +0400
commit738bc1f237923806902fa2755b85566a4a845717 (patch)
tree6d0762995522e42bdc6103ade1bc1f9ee07860e9 /public/static/style.css
parent9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 (diff)
feat: display alert
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css
index f721a03..1eb29dc 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -201,6 +201,16 @@ button[type=submit]:hover {
padding: 0;
}
+.box.alert {
+ padding: 8px;
+ background: var(--box-content-background);
+}
+
+.box.alert.red {
+ background: var(--anchor-color);
+ color: #000;
+}
+
/** FILES */
.file-preview-wrapper {
display: flex;