CSS Variable Begin

This commit is contained in:
MasterAcnolo
2025-07-01 13:51:42 +02:00
parent c888946588
commit 10cefdba19
3 changed files with 28 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
:root{
--background-color : #0F172A;
--title-color: ;
--subtitle-color : #a3aab4;
--mp3-text-color: #0F172A;
--default-text-color: #F8FAFC;
--checkbox-pulse-color:#9bbcf1;
}