Theme tweaks

This commit is contained in:
Astra 2025-05-16 07:26:16 +09:00
parent 04735a538d
commit 12f3586f74
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag
3 changed files with 15 additions and 22 deletions

View file

@ -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.