diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:21:34 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:21:34 +0800 |
commit | 75ce83d309b13c252ea3bef70e2dad7d892c0187 (patch) | |
tree | 12ec33687b1a638fd88d3c5817f73e5e8a4fb121 /style.css | |
parent | bc288a3ebd638d910b8e365125df046a608eb7c7 (diff) | |
download | www-75ce83d309b13c252ea3bef70e2dad7d892c0187.tar.gz |
alarm changes
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index 1094fcc..38a759d 100644 --- a/style.css +++ b/style.css @@ -64,6 +64,7 @@ a:active { } .alarm { color: red; + font-size: 200%; } .alert { color: orange; |