aboutsummaryrefslogtreecommitdiff
path: root/static/themes/light.css
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-06-05 09:47:24 -0400
committerfrosty <gabriel@bwaaa.monster>2026-06-05 09:49:27 -0400
commitad949a452fb9ec6290adb8ec14a04171233a8426 (patch)
tree02f89ccd8db37b975c0eff93343f487e506accb3 /static/themes/light.css
parent24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff)
parentb8fd03344d1550cce1d13c753c400d00c2c11b97 (diff)
downloadomnisearch-ad949a452fb9ec6290adb8ec14a04171233a8426.tar.gz
chore: merge indev into master
Diffstat (limited to 'static/themes/light.css')
-rw-r--r--static/themes/light.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/themes/light.css b/static/themes/light.css
new file mode 100644
index 0000000..1c69377
--- /dev/null
+++ b/static/themes/light.css
@@ -0,0 +1,10 @@
+: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);
+}