diff options
author | default <nobody@localhost> | 2024-05-31 11:11:25 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-31 11:11:25 +0200 |
commit | f1712dbe5d73bb75df1c3d332ca57ebc430ceda3 (patch) | |
tree | 3ac1edc07d1a482d212d349a348a82ad2666edfd /doc/style.css | |
parent | c80a30e228777637773012f0b886858494782f7a (diff) | |
parent | fe52b7612e4a96d491f925dfcbbbaa6251654ca4 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index a133db6..2273e03 100644 --- a/doc/style.css +++ b/doc/style.css @@ -6,6 +6,7 @@ pre { overflow-x: scroll; } .snac-top-user { text-align: center; padding-bottom: 2em } .snac-top-user-name { font-size: 200% } .snac-top-user-id { font-size: 150% } +.snac-announcement { border: black 1px solid; padding: 0.5em } .snac-avatar { float: left; height: 2.5em; padding: 0.25em } .snac-author { font-size: 90%; text-decoration: none } .snac-author-tag { font-size: 80% } |