Skip to content

Commit 6dc450d

Browse files
committed
workshop block styling
1 parent 190c904 commit 6dc450d

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

public/lcd.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,9 @@ select#allSections {
407407
color: var(--sw-lightblue);
408408
}
409409

410-
410+
.spring-26 .workshop.shell{
411+
background: var(--sw-lightblue);
412+
}
411413

412414

413415
/* /////////// start spring-26 ///////////////////////////////*/

public/styles.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,19 @@ 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;
504+
font-size: calc(var(--large-text) * 0.4);
505+
line-height: 1.2em;
506+
padding-top: 0.3em;
507+
font-weight: normal;
508+
font-kerning: normal;
509+
}
510+
511+
512+
502513
/* spring 26 */
503514

504-
.spring-26 .workshop {
505-
font-family: 'Impact';
506-
}
507515
.spring-26.featured .title,
508516
.spring-26 #session-name, #tag.spring-26 {
509517
font-family: var(--spring-26-title-font) !important;

0 commit comments

Comments
 (0)