summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/style.css b/style.css
index 1365971..608cb43 100644
--- a/style.css
+++ b/style.css
@@ -94,15 +94,12 @@ a:active {
 }
 .alarm {
 	color: red;
-	border: solid red 1px;
 }
 .alert {
 	color: orange;
-	border: solid orange 1px;
 }
 .good {
 	color: lime;
-	border: solid lime 1px;
 }
 @keyframes shake { 
    0%, 100% {transform: rotate(0deg);}