diff --git a/source/_static/scss/includes/_reset.scss b/source/_static/scss/includes/_reset.scss index 66c28507..85021407 100644 --- a/source/_static/scss/includes/_reset.scss +++ b/source/_static/scss/includes/_reset.scss @@ -312,6 +312,15 @@ abbr, acronym { font-family: inherit; } +.guilabel { + font-weight: bolder; + text-transform: lowercase; + font-variant: small-caps; + background: var(--theme-light-bg); + border-radius: 999px; + padding: 0rem .5rem 0rem .5rem; +} + dt:target, span.highlighted { background-color: transparent;