mirror of https://gitlab.com/bashrc2/epicyon
Welcome screen css
parent
78b574e00e
commit
d96d73a148
|
@ -1,3 +1,2 @@
|
||||||
## Account Setup
|
## 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.
|
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.
|
||||||
|
|
3
theme.py
3
theme.py
|
@ -19,7 +19,8 @@ def _getThemeFiles() -> []:
|
||||||
"""
|
"""
|
||||||
return ('epicyon.css', 'login.css', 'follow.css',
|
return ('epicyon.css', 'login.css', 'follow.css',
|
||||||
'suspended.css', 'calendar.css', 'blog.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) -> []:
|
def getThemesList(baseDir: str) -> []:
|
||||||
|
|
Loading…
Reference in New Issue