summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--favor.css6
-rw-r--r--index.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/favor.css b/favor.css
index 17ce0b6..f15b278 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;
diff --git a/index.html b/index.html
index c62bb8c..54cb7a2 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@
 				<li><a href="https://host.andrewyu.org" class="alert">Server guides</a></li>
 			</ul>
 		</div>
-			<div id="alarm">
+			<div class="critical" id="gpgissue">
 			<p>
 			Recently, thanks to labrador, I understand that I'm using the wrong
 			command (tsign) to sign keys.  I should be using `sign' instead.