Skip to content

Commit 373be4a

Browse files
committed
fix: schedule styling
1 parent 48875db commit 373be4a

File tree

3 files changed

+180
-93
lines changed

3 files changed

+180
-93
lines changed

src/components/home/Course.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ const t = getLocale(Astro.url);
260260

261261
.course-container:nth-child(6) {
262262
color: #fff;
263+
padding-top: 5.5rem;
263264
}
264265

265266
.course-container:nth-child(6) > * {

src/components/home/CourseModal.astro

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,11 @@ import person from "../../assets/img/modal/image-11.png";
350350

351351
<style is:global>
352352
.speaker-name {
353-
font-size: 1.2rem;
353+
font-size: 1.618rem;
354354
font-weight: 600;
355-
color: #E0E0E0;
355+
color: #efefef;
356356
margin-bottom: 0.5rem;
357-
margin-top: 1rem;
358-
padding-bottom: 0.3rem;
359-
border-bottom: 1px solid rgba(162, 162, 162, 0.7);
360-
display: inline-block;
357+
/* border-bottom: 1px solid rgba(162, 162, 162, 0.7); */
361358
}
362359

363360
/* Styling for markdown elements in speaker descriptions */
@@ -367,15 +364,15 @@ import person from "../../assets/img/modal/image-11.png";
367364
}
368365

369366
#speakerDescription a {
370-
color: #EAB99F;
367+
color: #DAFF55;
371368
text-decoration: none;
372-
border-bottom: 1px dotted #EAB99F;
369+
border-bottom: 1px dotted #DAFF55;
373370
transition: all 0.2s ease;
374371
}
375372

376373
#speakerDescription a:hover {
377-
color: #f0d3bf;
378-
border-bottom-color: #f0d3bf;
374+
color: #DAFF55;
375+
border-bottom-color: #DAFF55;
379376
}
380377

381378
#speakerDescription strong {

0 commit comments

Comments
 (0)