File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 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 {
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-----------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments