ankban commited on
Commit
cd0a643
·
verified ·
1 Parent(s): cfa4630

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +7 -1
light_mode_chatter_owl.css CHANGED
@@ -290,7 +290,13 @@ body.dark-mode {
290
  --primary-color: #ffb74d;
291
  }
292
 
293
-
 
 
 
 
 
 
294
 
295
  @keyframes float {
296
  0% { transform: translateY(0px); }
 
290
  --primary-color: #ffb74d;
291
  }
292
 
293
+ body.dark .main-content,
294
+ body.dark {
295
+ --bg-color: #1e1e1e;
296
+ --text-color: #f0f0f0;
297
+ --card-bg: #2a2a2a;
298
+ --primary-color: #ffb74d;
299
+ }
300
 
301
  @keyframes float {
302
  0% { transform: translateY(0px); }