Skip to content

Commit 2235ffd

Browse files
committed
Revert "edited fall styles"
This reverts commit 8e070c5.
1 parent 3f5bac2 commit 2235ffd

File tree

3 files changed

+13
-28
lines changed

3 files changed

+13
-28
lines changed

public/lcd.css

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
white #FFFFFF */
3636
/* --summer-25-background: #FFF; */
3737
--fall-25-background: #0f261f;
38-
--fall-25-text: #f2ff26;
38+
--fall-25-text: #ffffff;
3939
--fall-25-text-on-bg: #231F20;
40-
--fall-25-link: #e70bf7;
41-
--fall-25-special-text: #ffcfc4;
40+
--fall-25-link: #f2ff26;
41+
--fall-25-special-text: #FF06C4;
4242
--fall-25-weekend-intensive: #FF000F;
4343

4444
--summer-25-background: #FFBAD9;
@@ -370,15 +370,6 @@ select#allSections {
370370
background-size: cover;
371371
}
372372

373-
.fall-25-cardstyle{
374-
padding: 1em;
375-
border-radius: 0px;
376-
background-image: url(/images/sessions/fall-25/si.png);
377-
background-repeat: repeat;
378-
box-shadow: inset -1px -1px 15px 3px #f2ff26;
379-
border-color: #f2ff26bf;
380-
}
381-
382373
.fall-25.featured:hover {
383374
/* background-size: 200%; */
384375
}
@@ -592,29 +583,24 @@ select#allSections {
592583
background-color: var(--fall-25-weekend-intensive);
593584
}
594585
.fall-25.online-class {
595-
border-color:#f2ff26;
586+
border-color:#FFBAD9;
596587
}
597588
.fall-25.weekend-intensive {
598589
border-color:#FF000F;
599590
}
600591
.fall-25.online-class .pill {
601-
background-color: #f2ff26;
602-
padding: 0.2em;
603-
border-radius: 2em;
604-
color: black!important;
592+
background-color: #FFBAD9;
605593
}
606594
.fall-25.weekend-intensive .pill {
607595
background-color: #FF000F;
608596
color: #fffefb !important;
609597
}
610598
#class-block .fall-25.online-class {
611-
border-color:#ffcfc4;
599+
border-color:#00BC00;
612600
}
613601
#class-block .fall-25.online-class .pill {
614-
background-color: #ffcfc4;
615-
color: #000000;
616-
padding: 0.2em;
617-
border-radius: 2em;
602+
background-color: #00BC00;
603+
color: #fffefb;
618604
}
619605

620606
#class-block .weekend-intensive h2:hover, #class-block .weekend-intensive h6:hover{

public/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
460460
}
461461

462462
.fall-25.session .title.class{
463-
font-size: calc(var(--large-text) * 1.2) !important;
463+
font-size: calc(var(--large-text) * .7) !important;
464464
}
465465
/* summer-25 */
466466
.grid-4.featured.summer-25{
@@ -2094,7 +2094,6 @@ select#allSections:focus {
20942094
.grid-2 .featured-text, .grid-1 .featured-text {
20952095
flex-direction: column;
20962096
justify-content: space-between;
2097-
backdrop-filter: blur(5px); /* Fall 2025 styling adaptation */
20982097
}
20992098

21002099
.featured-text.half {

public/templates/index_staging.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</div>
152152
</div>
153153
</div>
154-
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/icaa.png'); background-repeat: repeat;">
154+
<div class="grid-4 featured fall-25 online-class">
155155
<div class="featured-text">
156156
<div class="top">
157157
<h4 class="type"><a class="pill" href="/sessions/fall-25/interrogating-computational-approaches">online class</a></h4>
@@ -175,7 +175,7 @@
175175
</div>
176176
<div class="grid-1 currently">
177177

178-
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/avg.png'); background-repeat: repeat;">
178+
<div class="grid-4 featured fall-25 online-class">
179179
<div class="featured-text">
180180
<div class="top">
181181
<h4 class="type"><a class="pill" href="/sessions/fall-25/athletic-aesthetics">online class</a></h4>
@@ -189,7 +189,7 @@
189189
</div>
190190
</div>
191191

192-
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/pcs.png'); background-repeat: repeat;">
192+
<div class="grid-4 featured fall-25 online-class">
193193
<div class="featured-text">
194194
<div class="top">
195195
<h4 class="type"><a class="pill" href="/sessions/fall-25/politics-culture-sampling">online class</a></h4>
@@ -204,7 +204,7 @@
204204
</div>
205205

206206

207-
<div class="grid-4 featured fall-25 online-class" style="background-image: url('/images/sessions/fall-25/oops.png'); background-repeat: repeat;">
207+
<div class="grid-4 featured fall-25 online-class">
208208
<div class="featured-text">
209209
<div class="top">
210210
<h4 class="type"><a class="pill" href="/sessions/fall-25/platform-sabotage">online class</a></h4>

0 commit comments

Comments
 (0)