section.content { font-size: 1.25rem; padding-top: 0.5rem; h2, h3, h4, h5, h6 { .heading-anchor { scroll-margin-top: var(--hero-height); // navbar height (ish) margin-right: 0.5rem; } @include dark-mode { color: $dark-mode-text; } } } .content-details { .tag { font-size: inherit; } .control { font-size: inherit; &:not(:last-child) { margin-right: 1rem !important; } &.page-tags { font-family: $family-code; .tag:not(:first-child) { padding-right: 0; } } } } .container { @include until($container-max-width) { max-width: calc(99% - ($column-gap * 2)); } } .tags.has-addons { @include dark-mode { filter: invert(100%); } } .gslide-description { background-color: transparent !important; .gslide-title { color: $dark-mode-text !important; } }