mono theme, keep it black and simple

This commit is contained in:
x
2026-01-24 11:12:25 +01:00
parent 2229f32dd3
commit fc7d38e3f1
3 changed files with 34 additions and 37 deletions

View File

@@ -69,7 +69,7 @@ process.on('unhandledRejection', err => {
req.session = false;
if (req.url.pathname.match(/^\/(s|b|t|ca)\//))
return;
req.theme = req.cookies.theme || 'amoled';
req.theme = 'amoled';
req.fullscreen = req.cookies.fullscreen || 0;
if (req.cookies.session) {