Dark theme colors
|
@ -2,9 +2,9 @@
|
|||
|
||||
:root {
|
||||
--main-bg-color: #282c37;
|
||||
--main-fg-color: #9baec8;
|
||||
--main-link-color: #2980d9;
|
||||
--main-visited-color: #1580d9;
|
||||
--main-fg-color: #dddddd;
|
||||
--main-link-color: #999;
|
||||
--main-visited-color: #888;
|
||||
--border-color: #505050;
|
||||
--font-size-header: 18px;
|
||||
--font-color-header: #ccc;
|
||||
|
|
|
@ -2,13 +2,15 @@
|
|||
|
||||
:root {
|
||||
--main-bg-color: #282c37;
|
||||
--main-fg-color: #9baec8;
|
||||
--main-link-color: #2980d9;
|
||||
--main-visited-color: #1580d9;
|
||||
--main-fg-color: #dddddd;
|
||||
--main-link-color: #999;
|
||||
--main-visited-color: #888;
|
||||
--border-color: #505050;
|
||||
--font-size-header: 18px;
|
||||
--font-color-header: #ccc;
|
||||
--font-size: 22px;
|
||||
--text-entry-foreground: #ccc;
|
||||
--text-entry-background: #111;
|
||||
}
|
||||
|
||||
body, html {
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
--main-bg-color: #282c37;
|
||||
--main-bg-color-darker: #232c37;
|
||||
--main-header-color-roles: #282237;
|
||||
--main-fg-color: #9baec8;
|
||||
--main-link-color: #2980d9;
|
||||
--main-visited-color: #1580d9;
|
||||
--main-fg-color: #dddddd;
|
||||
--main-link-color: #999;
|
||||
--main-visited-color: #888;
|
||||
--border-color: #505050;
|
||||
--font-size-header: 18px;
|
||||
--font-color-header: #ccc;
|
||||
--font-size: 22px;
|
||||
--text-entry-foreground: #ccc;
|
||||
--text-entry-background: #111;
|
||||
}
|
||||
|
||||
body, html {
|
||||
|
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 811 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 775 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 794 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 4.9 KiB |
2
posts.py
|
@ -770,7 +770,7 @@ def createReportPost(baseDir: str,
|
|||
if not subject.startswith(reportTitle):
|
||||
subject=reportTitle+': '+subject
|
||||
|
||||
# create the list of moderators from teh moderators file
|
||||
# create the list of moderators from the moderators file
|
||||
moderatorsList=[]
|
||||
moderatorsFile=baseDir+'/accounts/moderators.txt'
|
||||
if os.path.isfile(moderatorsFile):
|
||||
|
|