Skip to content

Commit 0865b55

Browse files
committedMay 7, 2025
Added style for when title-block-banner: true
1 parent 231c3d7 commit 0865b55

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
 

‎theme.scss

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,35 @@ ul.pagination li.active a {
431431
color: $gs-white-base-color;
432432
}
433433

434+
.quarto-title-banner {
435+
margin-bottom: 1em;
436+
color: $gs-secondary-alt-color;
437+
background: $gs-primary-light-color--lighter;
438+
439+
h1 {
440+
color: $gs-secondary-alt-color;
441+
}
442+
443+
.code-tools-button {
444+
color: $gs-white-color;
445+
background-color: $gs-secondary-alt-color !important;
446+
}
447+
448+
.dropdown-item {
449+
color: $gs-secondary-alt-color !important;
450+
}
451+
452+
.dropdown-item:hover,
453+
.dropdown-item:focus {
454+
background-color: $gs-primary-alt-color !important;
455+
color: $gs-white-base-color !important;
456+
}
457+
458+
.quarto-categories {
459+
color: $gs-secondary-alt-color !important;
460+
}
461+
}
462+
434463
/* Cards
435464
-----------------------------------------------------------------------------*/
436465
.card {
@@ -568,6 +597,11 @@ input[type=checkbox] {
568597
color: $gs-primary-color;
569598
}
570599

600+
.quarto-title-meta-heading {
601+
color: $gs-primary-color;
602+
font-family: $gs-grass-font--medium;
603+
font-weight: 700;
604+
}
571605

572606
/* Footer
573607
-----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)