Theme tweaks
This commit is contained in:
parent
04735a538d
commit
12f3586f74
3 changed files with 15 additions and 22 deletions
|
@ -9,10 +9,10 @@ export class Config {
|
|||
static readonly PDS_URL: string = "";
|
||||
|
||||
/**
|
||||
* Theme css file to be used
|
||||
* @default "theme.css"
|
||||
* Theme to be used
|
||||
* @default "default"
|
||||
*/
|
||||
static readonly THEME: string = "themes/theme.css";
|
||||
static readonly THEME: string = "default";
|
||||
|
||||
/**
|
||||
* The base URL of the frontend service for linking to replies/quotes/accounts etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue