From 738bc1f237923806902fa2755b85566a4a845717 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 02:15:49 +0400 Subject: feat: display alert --- public/static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/static/style.css') 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; -- cgit v1.2.3