diff --git a/client/src/document/organisms/sidebar/index.scss b/client/src/document/organisms/sidebar/index.scss index 57c1716cd891..f54d00bd395e 100644 --- a/client/src/document/organisms/sidebar/index.scss +++ b/client/src/document/organisms/sidebar/index.scss @@ -38,16 +38,16 @@ } } - .no-link { - display: inline-flex; - padding: 0.25rem; - } - - // TODO: Find these and add a class, if possible. These are section headings - strong { + li.section { display: flex; font-size: var(--type-base-font-size-rem); - margin-top: 1rem; + font-weight: var(--font-body-strong-weight); + letter-spacing: 0.02rem; + margin-top: 1.5rem; + + &.no-link { + padding: 0.25rem; + } } li:first-of-type strong { diff --git a/kumascript/macros/APIRef.ejs b/kumascript/macros/APIRef.ejs index dd2129be3781..7c568af65348 100644 --- a/kumascript/macros/APIRef.ejs +++ b/kumascript/macros/APIRef.ejs @@ -217,10 +217,10 @@ function buildIFList(interfaces, title) { // output output = '