summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 15:26:39 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 15:26:39 +0800
commitb3e1305368a56b0046ef500d720c2cf32c613834 (patch)
tree0e8384415db4100ec3c318c7a7087d1a21f932af /style.css
parent12d1c20c91ca630bcaaeede2631820e48b7e93c9 (diff)
downloadwww-b3e1305368a56b0046ef500d720c2cf32c613834.tar.gz
campaign style
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/style.css b/style.css
index 59af847..a86f290 100644
--- a/style.css
+++ b/style.css
@@ -65,10 +65,16 @@ a:active {
 #nav ul li a {
 	font-weight: bold;
 }
-.alarm {
+#campaign {
 	color: red;
 	font-size: 200%;
 	border: solid red 1px;
+	display: block;
+	padding: 2px;
+}
+.alarm {
+	color: red;
+	border: solid red 1px;
 }
 .alert {
 	color: orange;