Added moderator menu to messages and some other styling.

created new ant overrides file.

Ignore the static directory
This commit is contained in:
t1enne
2022-07-01 22:49:42 +02:00
parent 1cf90fb581
commit e6cc3a39d1
10 changed files with 622 additions and 509 deletions

View File

@@ -7,7 +7,7 @@ html,
body {
padding: 0;
margin: 0;
font-family: var(--theme-font-family);
font-family: var(--theme-font-family), var(--theme-header-font-family), sans-serif;
font-size: 16px;
background-color: var(--default-bg-color);