@use '../utilities/main_utilities' as *; p { padding: 0; width: 100%; } p+p, h1+p{ /* Para after para should space out */ margin-top: .75rem; } mark, .highlight{ /* Useful for search result highlighting, and general hightlights that aren't strong */ padding: 0.1rem; background: #ff8c00; } small { color: $color-text-secondary; } hr{ background-color: $color-bg-secondary; border: none; height: 1px; width: 100%; max-width: $width-content; margin: .5rem auto; }