summary refs log tree commit diff stats
path: root/favor.css
diff options
context:
space:
mode:
Diffstat (limited to 'favor.css')
-rw-r--r--favor.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/favor.css b/favor.css
index c09a7d9..113c9d7 100644
--- a/favor.css
+++ b/favor.css
@@ -60,6 +60,12 @@ a:active {
 	font-weight: bold;
 }
 */
+.critical {
+	color: red;
+	display: block;
+	border: 2px solid red;
+	transition: padding 1s, font-size 1s;
+}
 #majornote {
 	color: lime;
 	display: block;
@@ -92,6 +98,9 @@ a:active {
 .alarm {
 	color: red;
 }
+.alarm p {
+	color: red;
+}
 .alert {
 	color: orange;
 }