Updated server admin announcements (#7950)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Selis
2024-03-23 10:50:49 +01:00
committed by GitHub
parent 4c406e470c
commit 3c71c1ed8a
9 changed files with 165 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#define span_major_announcement_text(str) ("<span class='major_announcement_text'>" + str + "</span>")
#define span_major_announcement_title(str) ("<span class='major_announcement_title'>" + str + "</span>")
#define span_ooc_announcement_text(str) ("<span class='ooc_announcement_text'>" + str + "</span>")
#define span_subheader_announcement_text(str) ("<span class='subheader_announcement_text'>" + str + "</span>")