diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:23:25 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:23:25 +0800 |
commit | a5edcbb846b78ee76377c0c137430b91908ae203 (patch) | |
tree | 0b843c56c4785397b2189921489d0b24522146d4 /style.css | |
parent | 75ce83d309b13c252ea3bef70e2dad7d892c0187 (diff) | |
download | www-a5edcbb846b78ee76377c0c137430b91908ae203.tar.gz |
border on alert, alarm; add green GOOD class
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css index 38a759d..a7cf934 100644 --- a/style.css +++ b/style.css @@ -65,7 +65,13 @@ a:active { .alarm { color: red; font-size: 200%; + border: solid red 1px; } .alert { color: orange; + border: solid orange 1px; +} +.good { + color: lime; + border: solid lime 1px; } |