Skip to content

Commit 7554a4b

Browse files
committed
.
1 parent 3cd3948 commit 7554a4b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

public/lcd.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,15 @@ select#allSections {
384384

385385
/* /////////// start spring-26 extra workshop styles ///////////////////////////////*/
386386

387-
.spring-26 .workshop{
387+
.shell.spring-sw-26{
388388
background-color: var(--sw-lightblue);
389389
color: white;
390390
}
391391

392+
.shell.spring-26 .workshop{
393+
background-color: var(--sw-lightblue);
394+
}
395+
392396
.spring-sw-26.online-class {
393397
box-shadow: inset 0px 0px 13px 6px var(--sw-lime);
394398
border: 0px solid;

public/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,12 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
501501

502502
.spring-26 .workshop #session-name {
503503
font-family: var(--sw-26-title-font)!important;
504-
font-size: calc(var(--large-text) * 0.4);
504+
font-size: calc(var(--large-text));
505505
line-height: 1.2em;
506506
padding-top: 0.3em;
507507
font-weight: normal;
508508
font-kerning: normal;
509+
text-transform: none;
509510
}
510511

511512

0 commit comments

Comments
 (0)