File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -431,6 +431,35 @@ ul.pagination li.active a {
431
431
color : $gs-white-base-color ;
432
432
}
433
433
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
+
434
463
/* Cards
435
464
-----------------------------------------------------------------------------*/
436
465
.card {
@@ -568,6 +597,11 @@ input[type=checkbox] {
568
597
color : $gs-primary-color ;
569
598
}
570
599
600
+ .quarto-title-meta-heading {
601
+ color : $gs-primary-color ;
602
+ font-family : $gs-grass-font--medium ;
603
+ font-weight : 700 ;
604
+ }
571
605
572
606
/* Footer
573
607
-----------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments