diff options
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; |
