From baadea8a6dc35babe226d473f0ea533fb6678a0d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 18 Aug 2025 11:23:43 +0500 Subject: fix: forgor to commit style.css --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; -- cgit v1.2.3