Skip to content

Commit eb157b4

Browse files
committed
style update
1 parent fea294e commit eb157b4

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

public/lcd.css

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,8 @@ select#allSections {
439439
text-decoration: none;
440440
}
441441
.summer-25 .special-button:hover {
442-
color: #fff !important;
443442

444-
background-color: var(--summer-25-special-text) !important;
443+
background-color: #fffefb;
445444
}
446445
.summer-25 #cost,
447446
.summer-25 .fixed-apply,
@@ -455,7 +454,7 @@ select#allSections {
455454

456455

457456
.summer-25 .fixed-apply:hover {
458-
color: #000 !important;
457+
color: var(--summer-25-link) !important;
459458
background: rgba(255,255,255,.8) !important;
460459
}
461460

@@ -566,10 +565,10 @@ select#allSections {
566565
}
567566

568567
.grid-4.featured.summer-25{
569-
background-color: #fff !important;
568+
background-color: #fffefb !important;
570569
}
571570
.summer-25.shell.home {
572-
background-color: #fff !important;
571+
background-color: #fffefb !important;
573572
}
574573
.shell.summer-25 {
575574
/* background-image: url('images/sessions/summer-25/bg.png'); */
@@ -593,7 +592,20 @@ select#allSections {
593592
}
594593
.summer-25.weekend-intensive .pill {
595594
background-color: #FF000F;
595+
color: #fffefb !important;
596+
}
597+
#class-block .summer-25.online-class {
598+
border-color:#00BC00;
596599
}
600+
#class-block .summer-25.online-class .pill {
601+
background-color: #00BC00;
602+
color: #fffefb;
603+
}
604+
605+
#class-block .weekend-intensive h2:hover, #class-block .weekend-intensive h6:hover, {
606+
color:#FF000F !important;
607+
}
608+
597609

598610

599611
/* /////////// end summer-25 ///////////////////////////////*/

public/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
430430
font-size: calc(var(--large-text) * .7) !important;
431431
} */
432432
/* summer-25 */
433+
.grid-4.featured.summer-25{
434+
padding:1.2em;
435+
/* background-color: #fffefb !important; */
436+
}
433437
.summer-25 .pill {
434438
padding:5px 8px;
435439
border-radius:10px;
@@ -439,6 +443,7 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
439443
font-family: var(--summer-25-title-font) !important;
440444
/* text-transform: uppercase; */
441445
letter-spacing: .3rem;
446+
-webkit-text-stroke: 2px;
442447
}
443448

444449
#tag.summer-25 {

public/templates/partials/summer25classBlock.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
<section id="" class="intro-featured summer-25">
3+
<section id="class-block" class="intro-featured summer-25">
44

55
<div class="rows-2">
66

0 commit comments

Comments
 (0)