|
64 | 64 | min-width: 200px !important; |
65 | 65 | } |
66 | 66 |
|
67 | | - .stats>p { |
| 67 | + .stats > p { |
68 | 68 | margin: 0; |
69 | 69 | } |
70 | 70 |
|
71 | | - .stats>p:first-child { |
| 71 | + .stats > p:first-child { |
72 | 72 | color: #0e3252; |
73 | 73 | font-size: 60px; |
74 | 74 | line-height: 32px; |
|
137 | 137 | background-color: #f1f1f1; |
138 | 138 | } |
139 | 139 |
|
140 | | - .banner-container>img { |
| 140 | + .banner-container > img { |
141 | 141 | width: 100%; |
142 | 142 | margin: 0 auto 0 auto; |
143 | 143 | display: flex; |
|
154 | 154 | margin-bottom: 20px; |
155 | 155 | } |
156 | 156 |
|
157 | | - .details-box>p { |
| 157 | + .details-box > p { |
158 | 158 | font-weight: 600; |
159 | 159 | font-size: 20px; |
160 | 160 | line-height: 27px; |
161 | 161 | color: black; |
162 | 162 | margin: 0; |
163 | 163 | } |
164 | 164 |
|
165 | | - .details-box>p:first-child { |
| 165 | + .details-box > p:first-child { |
166 | 166 | font-weight: 400; |
167 | 167 | font-size: 16px; |
168 | 168 | line-height: 22px; |
|
211 | 211 | justify-content: space-between; |
212 | 212 | } |
213 | 213 |
|
214 | | - .what-we-did-container>.item { |
| 214 | + .what-we-did-container > .item { |
215 | 215 | display: flex; |
216 | 216 | justify-content: flex-start; |
217 | 217 | gap: 16px; |
218 | 218 | align-items: center; |
219 | 219 | } |
220 | 220 |
|
221 | | - .what-we-did-container>.item>.label { |
| 221 | + .what-we-did-container > .item > .label { |
222 | 222 | color: black; |
223 | 223 | font-style: normal; |
224 | 224 | font-weight: 400; |
|
229 | 229 | margin: auto; |
230 | 230 | } |
231 | 231 |
|
232 | | - .what-we-did-container>.item>.index { |
| 232 | + .what-we-did-container > .item > .index { |
233 | 233 | font-style: normal; |
234 | 234 | font-weight: 700; |
235 | 235 | font-size: 24px; |
|
333 | 333 | font-size: 16px; |
334 | 334 | } |
335 | 335 |
|
336 | | - .stats>p:first-child { |
| 336 | + .stats > p:first-child { |
337 | 337 | font-size: 48px; |
338 | 338 | } |
339 | 339 | } |
340 | 340 |
|
341 | | - .project-highlights-grid>a>.item { |
| 341 | + .project-highlights-grid > a > .item { |
342 | 342 | display: flex; |
343 | 343 | justify-content: flex-start; |
344 | 344 | gap: 16px; |
345 | 345 | align-items: flex-baseline; |
346 | 346 | } |
347 | 347 |
|
348 | | - .project-highlights-grid>a>.item>.index { |
| 348 | + .project-highlights-grid > a > .item > .index { |
349 | 349 | font-size: 24px; |
350 | 350 | font-weight: 700; |
351 | 351 | line-height: 24px; |
|
354 | 354 | color: black; |
355 | 355 | } |
356 | 356 |
|
357 | | - .project-highlights-grid>a>.item>.label { |
| 357 | + .project-highlights-grid > a > .item > .label { |
358 | 358 | font-style: normal; |
359 | 359 | font-weight: 400; |
360 | 360 | font-size: 18px; |
|
417 | 417 | body.dark-theme .details-box > p:first-child { |
418 | 418 | color: #cccccc !important; |
419 | 419 | } |
| 420 | + |
| 421 | + body.dark-theme .project-highlights-grid img { |
| 422 | + filter: invert(0.5) brightness(1.5); |
| 423 | + } |
420 | 424 | </style> |
0 commit comments