Skip to content

Commit 6ebd76d

Browse files
committed
background and colors fall 2025
1 parent 684f202 commit 6ebd76d

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

public/lcd.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
black 231F20
3535
white #FFFFFF */
3636
/* --summer-25-background: #FFF; */
37-
--fall-25-background: #131313;
38-
--fall-25-text: #feadad;
39-
--fall-25-text-on-bg: #231F20;
40-
--fall-25-link: #00BC00;
37+
38+
--fall-25-background: #0f261f;
39+
--fall-25-text: #f2ff26;
40+
--fall-25-text-on-bg: #f2ff26;
41+
--fall-25-link: #fa2b00;
4142
--fall-25-special-text: #FF06C4;
4243
--fall-25-weekend-intensive: #FF000F;
4344

@@ -363,8 +364,6 @@ select#allSections {
363364
color: var(--fall-25-text);
364365
box-sizing: border-box;
365366
border-color: var(--fall-25-text);
366-
background-image: url('images/sessions/winter-25/bg.png');
367-
/* background-color: var(--fall-25-background); */
368367
background-position: center;
369368
background-size: cover;
370369
}
@@ -376,8 +375,7 @@ select#allSections {
376375

377376

378377
.shell.fall-25 {
379-
/* background-color: var(--fall-25-background); */
380-
background-image:url('images/sessions/winter-25/bg.png');
378+
background-color: var(--fall-25-background);
381379
/* background-position: bottom; */
382380
background-repeat: no-repeat;
383381
background-size: 150%;
@@ -4926,4 +4924,4 @@ background-size: cover;
49264924

49274925

49284926

4929-
/* /////////// end SFPC GENERAL STYLES ///////////////////////////////*/
4927+
/* /////////// end SFPC GENERAL STYLES ///////////////////////////////*/

public/templates/index_staging.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119

120120

121121

122-
123-
<div class="rows-2">
122+
<div class="rows-2">
124123

125124
<div class="grid-1 currently">
126125

@@ -220,8 +219,6 @@
220219

221220

222221

223-
224-
225222
<div class="grid-4 featured fall-25">
226223
<div class="featured-text">
227224
<div class="top">

0 commit comments

Comments
 (0)