Skip to content

Commit bea69a6

Browse files
committed
todd changes
1 parent 431d67f commit bea69a6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

public/lcd.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,14 +487,14 @@ select#allSections {
487487
background: var(--sw-lightblue)!important;
488488
}
489489
/* /////////// start summer-26 ///////////////////////////////*/
490-
.shell.summer-26 {
490+
.shell.april-26-shell {
491491
background-color: var(--summer-26-background);
492492

493493
/* background-position: top left;
494494
background-repeat: repeat;
495495
background-size: cover; */
496496
}
497-
.summer-26,
497+
.summer-26, .april-26-shell
498498
.summer-26.featured.session,
499499
.summer-26.featured {
500500
color: var(--summer-26-text);
@@ -507,7 +507,7 @@ select#allSections {
507507
.summer-26.featured:hover {
508508
/* background-size: 200%; */
509509
}
510-
.summer-26,
510+
.summer-26, .april-26-shell,
511511
.summer-26.featured.session,
512512
.shell .summer-26,
513513
.summer-26.featured {

public/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ select#allSections:focus {
23832383
}
23842384

23852385

2386-
.grid-2.featured h4.type, .grid-1.featured h4.type {
2386+
.grid-1.featured h4.type {
23872387
/* display: none; */
23882388
font-size: var(--small-text);
23892389
font-weight: bold;
@@ -2393,7 +2393,7 @@ select#allSections:focus {
23932393
margin-bottom: var(--program-margin);
23942394
}
23952395

2396-
.grid-2.featured h2, .grid-1.featured h2 {
2396+
.grid-1.featured h2 {
23972397
font-size: var(--large-text);
23982398
font-weight: lighter !important;
23992399
}
@@ -2422,12 +2422,12 @@ select#allSections:focus {
24222422
}
24232423

24242424

2425-
.grid-2.featured h4, .grid-1.featured h4 {
2425+
.grid-1.featured h4 {
24262426
font-size: var(--medium-text);
24272427
font-weight: lighter;
24282428
}
24292429

2430-
.grid-2 .featured-text, .grid-1 .featured-text {
2430+
.grid-1 .featured-text {
24312431
flex-direction: column;
24322432
justify-content: space-between;
24332433
padding: 0.6em 0.2em;

public/templates/index_staging.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
<div class="crt-overlay crt-overlay-fullsize"></div>
9393

94-
<div id="shell" class="shell shell-fullsize home animsition summer-26">
94+
<div id="shell" class="shell shell-fullsize home animsition april-26-shell">
9595

9696
<div class="loader-content">
9797
<p tabindex="0" class="large">

0 commit comments

Comments
 (0)