File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 --darkside-color-dim : hsl (0 , 0% , 50% );
44 --darkside-bg-color : hsl (219 , 20% , 20% );
55 --darkside-bg-hilight : rgba (255 , 255 , 255 , 0.12 );
6+ --night-bg-color : hsl (216 , 28% , 7% );
7+ --night-color : hsl (210 , 17% , 82% );
8+ --night-color-muted : hsl (212 , 9% , 58% );
69}
710
811.phpbb-logo-nb {
@@ -80,13 +83,16 @@ svg.bi {
8083
8184/* Dark mode adjustments */
8285@media (prefers-color-scheme : dark) {
86+ body ,
8387 body .bg-secondary ,
88+ .navbar ,
8489 .navbar .bg-secondary {
85- background-color : # 0d1117 !important ; /* !important to override bootstrap's !important */
90+ background-color : var (--night-bg-color ) !important ; /* !important to override bootstrap's !important */
91+ color : var (--night-color ) !important ;
8692 }
8793
88- .navbar . bg-body {
89- background- color: # 1f1f1f !important ; /* !important to override bootstrap's !important */
94+ .text-muted {
95+ color : var ( --night-color-muted ) !important ;
9096 }
9197
9298 .callout-primary { border-left-color : # 375a7f ; }
You can’t perform that action at this time.
0 commit comments