Skip to content

Commit 4713aa5

Browse files
committed
changed css for capitals and kannada
1 parent 99fa7c5 commit 4713aa5

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

src/assets/styles/capital.css

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
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 {
@@ -138,6 +138,7 @@
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 {
@@ -199,12 +200,19 @@
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 {
311319
dialog#helpModal .modal-close:hover {
312320
background: var(--gold-accent);
313321
transform: translateY(-2px);
314-
}
322+
}
323+

src/assets/styles/kannada.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
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;

0 commit comments

Comments
 (0)