Skip to content

Commit 30077d1

Browse files
committed
updates
1 parent c5b7ebd commit 30077d1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

public/lcd.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -438,27 +438,27 @@ select#allSections {
438438
}
439439
.winter-26 .special-button {
440440
background-color: var(--winter-26-link);
441-
color: #fff !important;
441+
color: #000 !important;
442442
border-radius: 1.5vw;
443443
padding:calc(10px + 0.5vw);
444444
text-decoration: none;
445445
}
446446
.winter-26 .special-button:hover {
447447

448-
background-color: #fffefb;
448+
background-color: #222;
449449
}
450450
.winter-26 #cost,
451451
.winter-26 .fixed-apply,
452452
.winter-26 .fixed-support,
453453
.winter-26 .home-intro span#session-name::after {
454-
color: #fff !important;
454+
color: #000 !important;
455455
background: var(--winter-26-link) !important;
456456
}
457457

458458

459459
.winter-26 .fixed-apply:hover {
460460
color: var(--winter-26-link) !important;
461-
background: rgba(255,255,255,.8) !important;
461+
background: rgba(0,0,0,.8) !important;
462462
}
463463

464464
.winter-26 .block-text {
@@ -492,7 +492,7 @@ select#allSections {
492492
.winter-26 span#cost
493493
{
494494
background: var(--winter-26-link) !important;
495-
color: #fff !important;
495+
color: #000 !important;
496496
}
497497

498498
.winter-26 .breadcrumb.fixed {
@@ -582,12 +582,12 @@ select#allSections {
582582
box-shadow: inset 0px 0px 5px 2px #ffffff;
583583
border-color: #ffffff;
584584
}
585-
.winter-26.online-class .pill {
586-
color: black !important;
587-
background-color: #79bef2;
588-
padding: 0.2em;
589-
border-radius: 1em;
590-
}
585+
.winter-26.online-class .pill {
586+
color: black !important;
587+
background-color: #79bef2;
588+
padding: 0.2em;
589+
border-radius: 1em;
590+
}
591591

592592
.winter-26.weekend-intensive .pill {
593593
background-color: #FF000F;

public/templates/programs/faq.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div class="crt-overlay crt-overlay-fullsize"></div>
6262

6363

64-
<div id="shell" class="shell shell-fullsize projects sfpc fall-25">
64+
<div id="shell" class="shell shell-fullsize projects sfpc winter-26">
6565

6666

6767
<div class="loader-content">
@@ -108,7 +108,7 @@
108108

109109

110110
<p>
111-
Applications for our Fall 2025 classes are now closed. <a href="https://sfpc.study/newsletter" target="_blank">Sign up for our newsletter for more information.</a>
111+
Applications for our Winter 2026 classes are now open until November 17th.
112112
</p>
113113
<p>
114114
After the list of classes, find answers to frequently asked questions including information about <a onclick="sectionJump('admissions-process')" href="#admissions-process">what we look for in students</a>, <a onclick="sectionJump('scholarships')" href="#scholarships">scholarships</a>, and <a onclick="sectionJump('accessibility')" href="#accessibility">accessibility</a>.
@@ -120,7 +120,7 @@
120120
</div>
121121
</section>
122122

123-
{{!-- {{> fall25classBlock}} --}}
123+
{{> winter26classBlock}}
124124

125125
<div class="break"></div>
126126
<section id="admissions-process">

0 commit comments

Comments
 (0)