diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:26:39 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:26:39 +0800 |
commit | b3e1305368a56b0046ef500d720c2cf32c613834 (patch) | |
tree | 0e8384415db4100ec3c318c7a7087d1a21f932af /style.css | |
parent | 12d1c20c91ca630bcaaeede2631820e48b7e93c9 (diff) | |
download | www-b3e1305368a56b0046ef500d720c2cf32c613834.tar.gz |
campaign style
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
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; |