File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 124124 gap : 1rem ;
125125 font-size : 2.25rem ;
126126 font-weight : 700 ;
127- color : white;
127+ color : light-dark (black , white) ;
128128}
129129
130130.location-container .icon {
138138 border-radius : 2rem ;
139139 font-weight : 600 ;
140140 box-shadow : var (--soft-shadow );
141+ color : light-dark (black, white);
141142}
142143
143144.location-grid {
199200 opacity : 0.3 ;
200201}
201202
202- .location-card .location-details {
203- display : flex;
204- justify-content : space-between;
205- align-items : center;
206- padding : 1rem 0 ;
207- border-top : 1px solid rgba (255 , 255 , 255 , 0.1 );
203+ .location-card {
204+ & .location-details {
205+ display : flex;
206+ justify-content : space-between;
207+ align-items : center;
208+ padding : 1rem 0 ;
209+ border-top : 1px solid rgba (255 , 255 , 255 , 0.1 );
210+
211+ & .label {
212+ font-style : italic;
213+ color : light-dark (rgb (14 , 62 , 125 ), yellow);
214+ }
215+ }
208216}
209217
210218/* Random card color variations - moved outside of the .location-card class */
@@ -311,4 +319,5 @@ dialog#helpModal .modal-close {
311319dialog # helpModal .modal-close : hover {
312320 background : var (--gold-accent );
313321 transform : translateY (-2px );
314- }
322+ }
323+
Original file line number Diff line number Diff line change 115115}
116116
117117.group-heading {
118- color : var (--teal-accent );
118+ color : light-dark ( # 0e6157 , var (--teal-accent ) );
119119 font-size : 1.5rem ;
120120 padding : 1rem 0 ;
121121 letter-spacing : 0.1em ;
You can’t perform that action at this time.
0 commit comments