diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-26 19:12:38 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-26 19:12:38 +0800 |
commit | 65d22d430fd12dbf926109d52e47460557654052 (patch) | |
tree | bca75fcea290084cd34a558e3df89947eef29aa0 /style.css | |
parent | 80cff73fc8924147634990bede67e6b3ec8656fd (diff) | |
download | www-65d22d430fd12dbf926109d52e47460557654052.tar.gz |
free software responsibility
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css index 2e35ef8..0e3b9f0 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,9 @@ a:active { font-weight: bold; color: white; } +.alarm { + color: red; +} .alert { color: orange; } |