diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-08 02:15:49 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-08 02:15:49 +0400 |
| commit | 738bc1f237923806902fa2755b85566a4a845717 (patch) | |
| tree | 6d0762995522e42bdc6103ade1bc1f9ee07860e9 /public/static | |
| parent | 9a58eaae53bdd2a4fcdd66b1eb852c7db7970de9 (diff) | |
feat: display alert
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 10 |
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; |
