diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-15 22:23:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-15 22:48:51 +0200 |
commit | 91b6aa0fa1c82401152a1eb3bc9e870692cb6ce7 (patch) | |
tree | 2bf6654e9375537242292fbe8faa1c20263e613f /public/style.css | |
parent | 1ee47cf90e0ee8442bdaba2ed10bedabf39d0db5 (diff) | |
download | server-91b6aa0fa1c82401152a1eb3bc9e870692cb6ce7.tar.gz |
Add "warning" class to common css style.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 7a10a99..157661b 100644 --- a/public/style.css +++ b/public/style.css @@ -26,6 +26,8 @@ h2 { margin-left: -1px; } .main hr + p { font-style: italic; } table.wide { min-width: 50rem; } .error { color: brown; font-style: italic; white-space: pre-wrap; } +.warning { color: brown; } +.warning::before { content: "\26a0"; } .logo { float: left; margin: 0 20px 5px 0; box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5); height: 150px; } table { border-collapse: collapse; } th { text-align: left; background-color: gainsboro; } |