summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-02-08 12:18:45 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-02-08 12:18:45 +0800
commit89e9534bee272cafcddf6642affdf8d13ed88c12 (patch)
treee62b2b3ae342fdbaa0cae73b4a0ed1b629801235
parent89a9cd0dc3603468c391195eb64a2df1958f6727 (diff)
downloadwww-89e9534bee272cafcddf6642affdf8d13ed88c12.tar.gz
critical
-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.