summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;
 }