mono theme, keep it black and simple
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user