summaryrefslogtreecommitdiff
path: root/theme.css
diff options
context:
space:
mode:
authorsameerasw <[email protected]>2025-04-11 10:41:58 +0530
committersameerasw <[email protected]>2025-04-11 10:41:58 +0530
commit1f0a6a85eb16b5aa60e3aab5515714a7d73d6771 (patch)
tree33908ab20c9d7301f2d45356cb6711588749088a /theme.css
parente00792dd9f90093d93b527c66af2b6de18f98294 (diff)
code cleanup and version update
Diffstat (limited to 'theme.css')
-rw-r--r--theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.css b/theme.css
index 08d31fc..9e0a48e 100644
--- a/theme.css
+++ b/theme.css
@@ -7,8 +7,8 @@
--radius-lg: 12px;
--transition: all 0.2s ease;
--shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
- --accent-color: #f98764; /* Subtle Zen-themed orange */
- --hover-color: #fa9475; /* Lighter hover state */
+ --accent-color: #f98764;
+ --hover-color: #fa9475;
--success-color: #40c057;
--warning-color: #fab005;
--danger-color: #fa5252;
@@ -20,7 +20,7 @@
--text-secondary: #a0a0b8;
--header-bg-start: #2c3e50;
--header-bg-end: #1a2530;
- --logo-filter: none; /* No filter for logo in dark mode */
+ --logo-filter: none;
--danger-bg-color: rgba(220, 53, 69, 0.1);
--danger-border-color: rgba(220, 53, 69, 0.3);
}