diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 9159c8c..a8a3d9e 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -4,6 +4,14 @@ img { margin: auto; } +h4, +.text-delta { + @include fs-4; + font-weight: 500; + text-transform: unset; + letter-spacing: unset; +} + // Showing light and dark theme images separately @media (prefers-color-scheme: light) { img[src$="gh-dark-mode-only"] {