Update light_mode_chatter_owl.css
Browse files
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); }
|