diff options
| -rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
