We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a61cf commit c9f77d6Copy full SHA for c9f77d6
1 file changed
system/Debug/Toolbar/Views/toolbar.css
@@ -412,6 +412,25 @@ simple styles to replace inline styles
412
overflow: hidden;
413
}
414
415
+/**
416
+light mode (matches default css)
417
+ */
418
+.light .tab,
419
+.light .toolbar {
420
+ -webkit-filter: invert(0%);
421
+ filter: invert(0%);
422
+}
423
+
424
+.light .badge,
425
+.light #toolbar-position a,
426
+.light #toolbar-theme a,
427
+.light .toolbar h1,
428
+.light .current,
429
+.light tr[data-active="1"] {
430
431
432
433
434
/**
435
dark mode
436
*/
0 commit comments