piliapp.com dark theme by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseNo License
Created
Updated
Categorypiliapp
Description
dark theme
Source code
/* ==UserStyle==
@name piliapp.com dark theme
@version 20221022.12.31
@namespace userstyles.world/user/sapondanaisriwan
@description dark theme
@author sapondanaisriwan
@license No License
==/UserStyle== */
@-moz-document domain("piliapp") {
:root {
--main-sl-color: #3390FF;
--main-text-color: #C4C0B9;
--main-text2-color: #999;
--main-bg-color: #1d1f20;
--main-bg2-color: #3B3B3B;
}
body {
color: var(--main-text-color) !important;
background-color: var(--main-bg-color) !important;
}
}