Skip to content

Commit 3cd3948

Browse files
committed
.
1 parent 6dc450d commit 3cd3948

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

public/lcd.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,11 @@ select#allSections {
380380

381381

382382
/* /////////// end SFPC GENERAL STYLES ///////////////////////////////*/
383+
384+
383385
/* /////////// start spring-26 extra workshop styles ///////////////////////////////*/
384386

385-
.shell.spring-sw-26{
387+
.spring-26 .workshop{
386388
background-color: var(--sw-lightblue);
387389
color: white;
388390
}

public/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
499499
font-kerning: none;
500500
}
501501

502-
.spring-26 .workshop .featured .title, .spring-26 #session-name, #tag.spring-26 {
503-
font-family: var(--sw-26-title-font) !important;
502+
.spring-26 .workshop #session-name {
503+
font-family: var(--sw-26-title-font)!important;
504504
font-size: calc(var(--large-text) * 0.4);
505505
line-height: 1.2em;
506506
padding-top: 0.3em;

0 commit comments

Comments
 (0)