Welcome screen css

merge-requests/21/head
Bob Mottram 2021-02-25 12:42:05 +00:00
parent 78b574e00e
commit d96d73a148
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,2 @@
## Account Setup
Select your avatar image and add your name and description. Use a small avatar image (eg. 128x128 pixels) so that it's quick to download.

View File

@ -19,7 +19,8 @@ def _getThemeFiles() -> []:
"""
return ('epicyon.css', 'login.css', 'follow.css',
'suspended.css', 'calendar.css', 'blog.css',
'options.css', 'search.css', 'links.css')
'options.css', 'search.css', 'links.css',
'welcome.css')
def getThemesList(baseDir: str) -> []: