summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 15:23:25 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 15:23:25 +0800
commita5edcbb846b78ee76377c0c137430b91908ae203 (patch)
tree0b843c56c4785397b2189921489d0b24522146d4 /style.css
parent75ce83d309b13c252ea3bef70e2dad7d892c0187 (diff)
downloadwww-a5edcbb846b78ee76377c0c137430b91908ae203.tar.gz
border on alert, alarm; add green GOOD class
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
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;
 }