rename /src/injected to /src/css (as its css)

This commit is contained in:
SethBurkart123
2023-11-15 20:56:10 +11:00
parent f156663e84
commit 7d5c916de9
15 changed files with 10 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
html.dark {
--background-primary: #232323;
--background-secondary: #1a1a1a;
--theme-primary: #232323;
--theme-secondary: #1a1a1a;
--text-primary: white;
}
html:not(.dark) {
--background-primary: #ffffff;
--background-secondary: #e5e7eb;
--theme-primary: #ffffff;
--theme-secondary: #e5e7eb;
--text-primary: black;
}