Skip to content

Commit e171445

Browse files
committed
.
1 parent 38deb73 commit e171445

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

public/lcd.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141

4242
--summer-26-background: black;
4343
--summer-26-text: white;
44+
--spring-26-text-on-bg: #cad1f7;
45+
--spring-26-link: #fdad78;
46+
--spring-26-special-text: #fdad78;
4447

4548

4649
--spring-26-background: #818181;
@@ -516,6 +519,15 @@ select#allSections {
516519

517520
}
518521

522+
.summer-26.online-class .pill{
523+
box-shadow: inset 1px 1px 8px 1px var(--sw-lightblue);
524+
padding: 0.4em;
525+
border-radius: 10px;
526+
border: 1px solid;
527+
background: white;
528+
color: var(--sw-lightblue);
529+
}
530+
519531

520532

521533
.summer-26 p,
@@ -557,15 +569,15 @@ select#allSections {
557569
}
558570
.summer-26 .special-button {
559571
background-color: var(--summer-26-link);
560-
color: #000 !important;
572+
color: #f8cc8b !important;
561573
border-radius: 1.5vw;
562574
padding:calc(10px + 0.7vw);
563575
text-decoration: none;
564576
font-size: 0.6em !important;
565577
}
566578
.summer-26 .special-button:hover {
567579

568-
background-color: #f2ff26;
580+
background-color: #9cadee;
569581
}
570582
.summer-26 #cost,
571583
.summer-26 .fixed-apply,
@@ -578,7 +590,7 @@ select#allSections {
578590

579591
.summer-26 .fixed-apply:hover {
580592
color: var(--summer-26-link) !important;
581-
background: rgba(0,0,0,.8) !important;
593+
background: rgba(76, 134, 235, 0.757) !important;
582594
}
583595

584596
.summer-26 .block-text {

0 commit comments

Comments
 (0)