File tree Expand file tree Collapse file tree 3 files changed +58
-4
lines changed
Expand file tree Collapse file tree 3 files changed +58
-4
lines changed Original file line number Diff line number Diff line change 33 padding : 0 ;
44
55 .header {
6- #office {
6+ : where ( #office ) {
77 margin-bottom : -1.2em ;
8+
9+ // Make sure mat-label text is visible in light theme
10+ :where (mat-label ) {
11+ color : rgb (0 0 0 / 87% ); // Standard Material Design text color for light theme
12+ }
813 }
914 }
1015
1116 .fallback {
1217 height : 20rem ;
1318 }
1419}
20+
21+ // Dark theme specific styles
22+ :host-context(.dark-theme ) {
23+ .card {
24+ .header {
25+ :where (#office ) {
26+ :where (mat-label ) {
27+ color : white ; // White text color for dark theme
28+ }
29+ }
30+ }
31+ }
32+ }
Original file line number Diff line number Diff line change 33 padding : 0 ;
44
55 .header {
6- #office {
6+ : where ( #office ) {
77 margin-bottom : -1.2em ;
8+
9+ // Make sure mat-label text is visible in light theme
10+ :where (mat-label ) {
11+ color : rgb (0 0 0 / 87% ); // Standard Material Design text color for light theme
12+ }
813 }
914 }
1015
1116 .fallback {
1217 height : 20rem ;
1318 }
1419}
20+
21+ // Dark theme specific styles
22+ :host-context(.dark-theme ) {
23+ .card {
24+ .header {
25+ :where (#office ) {
26+ :where (mat-label ) {
27+ color : white ; // White text color for dark theme
28+ }
29+ }
30+ }
31+ }
32+ }
Original file line number Diff line number Diff line change 33 padding : 0 ;
44
55 .header {
6- #office {
6+ : where ( #office ) {
77 margin-bottom : -1.2em ;
8+
9+ // Make sure mat-label text is visible in light theme
10+ :where (mat-label ) {
11+ color : rgb (0 0 0 / 87% ); // Standard Material Design text color for light theme
12+ }
813 }
914 }
1015
11- #timescale {
16+ :where( #timescale ) {
1217 margin : 2% 50% ;
1318 transform : translateX (-50% );
1419 }
1924 min-height : 16.5rem ;
2025 }
2126}
27+
28+ // Dark theme specific styles
29+ :host-context(.dark-theme ) {
30+ .card {
31+ .header {
32+ :where (#office ) {
33+ :where (mat-label ) {
34+ color : white ; // White text color for dark theme
35+ }
36+ }
37+ }
38+ }
39+ }
You can’t perform that action at this time.
0 commit comments