diff --git a/core/src/main/resources/render/theme/layout/minimal.css b/core/src/main/resources/render/theme/layout/minimal.css index 8596219f..d7a8f685 100644 --- a/core/src/main/resources/render/theme/layout/minimal.css +++ b/core/src/main/resources/render/theme/layout/minimal.css @@ -11,6 +11,7 @@ --qd-code-span-font-size: 0.9em; --qd-block-margin: 1.8em; --qd-line-height: 1.8; + --qd-location-suffix: ""; } h1 { @@ -141,6 +142,18 @@ nav li { margin-left: 44px; } +/* Location prefix of elements. */ + +[data-location]::before { + opacity: .3; + font-weight: normal; + margin-right: 0.4em; +} + +nav [data-location]::before { + opacity: .5; +} + /* Footer */ .page-margin-bottom-center > * {