Skip to content

Commit c5b7ebd

Browse files
committed
style updates
1 parent 1b3bbb9 commit c5b7ebd

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

public/lcd.css

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,6 @@ select#allSections {
456456
}
457457

458458

459-
460-
461459
.winter-26 .fixed-apply:hover {
462460
color: var(--winter-26-link) !important;
463461
background: rgba(255,255,255,.8) !important;
@@ -581,18 +579,16 @@ select#allSections {
581579
background-color: var(--winter-26-weekend-intensive);
582580
}
583581
.winter-26.online-class {
584-
box-shadow: inset 0px 0px 5px 2px #f2ff26;
585-
border-color:#f2ff26;
586-
}
587-
.winter-26.weekend-intensive {
588-
border-color:#FF000F;
589-
}
582+
box-shadow: inset 0px 0px 5px 2px #ffffff;
583+
border-color: #ffffff;
584+
}
590585
.winter-26.online-class .pill {
591586
color: black !important;
592-
background-color: #f2ff26;
593-
padding: 0.2em;
594-
border-radius: 1em;
595-
}
587+
background-color: #79bef2;
588+
padding: 0.2em;
589+
border-radius: 1em;
590+
}
591+
596592
.winter-26.weekend-intensive .pill {
597593
background-color: #FF000F;
598594
color: #fffefb !important;

0 commit comments

Comments
 (0)