mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:19:30 +00:00
Add custom.css #884
This commit is contained in:
@@ -231,7 +231,7 @@ def ta_host_parser(ta_host: str) -> tuple[list[str], list[str]]:
|
||||
def get_stylesheets() -> list:
|
||||
"""Get all valid stylesheets from /static/css"""
|
||||
|
||||
stylesheets = ["dark.css", "light.css", "matrix.css", "midnight.css"]
|
||||
stylesheets = ["dark.css", "light.css", "matrix.css", "midnight.css", "custom.css"]
|
||||
return stylesheets
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user