diff options
| author | Bobby <[email protected]> | 2022-10-02 12:18:08 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-02 12:18:08 -0400 |
| commit | 194c248b20c4f1e4d02c7ffd05b4a348db68ef5b (patch) | |
| tree | 090cfbcf6015d7cc4b9b6009bc001fc39ca08aa8 /static/css/main.css | |
| parent | 1e624f30c11e22699e6f6933b18a7a257a2ab73b (diff) | |
| download | thatcomputerscientist-194c248b20c4f1e4d02c7ffd05b4a348db68ef5b.tar.xz thatcomputerscientist-194c248b20c4f1e4d02c7ffd05b4a348db68ef5b.zip | |
updates section
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 1cf23d41..4b6fde36 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -422,3 +422,21 @@ pre { padding: 10px; border-radius: 5px; } + +.announcements { + list-style: none; + padding: 0; + margin: 0; +} + +.announcements > li::before { + content: '📢'; + margin-right: 5px; + height: 16px; +} + +.announcements > li.newac::before { + content: url('../images/gifs/new_announcement.gif'); + margin-right: 5px; + height: 16px; +} |
