single page

This commit is contained in:
gurusabarish
2022-03-03 22:33:40 +05:30
parent 7e3632490b
commit 47f9d64515
28 changed files with 526 additions and 71 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* light mode */
.light, *{
.light > *{
background-color: var(--background-color) !important;
color: var(--text-color) !important;
}