aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-05-10 00:00:08 -0400
committerfrosty <gabriel@bwaaa.monster>2026-05-10 00:00:08 -0400
commit3c856f93ed3d1362a8b6190d9ce44b2939fca717 (patch)
treef98a84d341b7b1739b573441e29cd366e04ea7b4 /static/main.css
parentba6dae676a5c268d6b4265d26b9556ba1cfa6923 (diff)
downloadomnisearch-3c856f93ed3d1362a8b6190d9ce44b2939fca717.tar.gz
feat(wip): load themes dynamically from static/themes/*.css
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/static/main.css b/static/main.css
index d07ecfa..4039888 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,26 +1,3 @@
-:root {
- --bg-main: #ffffff;
- --bg-card: #f8f9fa;
- --border: #e0e0e0;
- --text-primary: #1a1a1a;
- --text-secondary: #5f6368;
- --text-muted: #757575;
- --accent: #202124;
- --accent-glow: rgba(0,0,0,0.05);
-}
-@media (prefers-color-scheme: dark) {
- :root {
- --bg-main: #121212;
- --bg-card: #1e1e1e;
- --border: #333333;
- --text-primary: #ffffff;
- --text-secondary: #a0a0a0;
- --text-muted: #d1d1d1;
- --accent: #e2e2e2;
- --accent-glow: rgba(255,255,255,0.1);
- }
-}
-
*, *::before, *::after {
box-sizing: border-box;
font-family: sans-serif;