From efed96e969d8f5afe21197805851aca65ceb643a Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 5 Aug 2022 13:25:55 +0200 Subject: Add a distinct divider between function/property overloads (#2585) --- plugins/base/src/main/resources/dokka/styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/base/src/main/resources') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 50125756..989b54b8 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -115,6 +115,11 @@ html ::-webkit-scrollbar-thumb { margin-right: var(--horizontal-spacing-for-content); } +.main-content .content > hr { + margin: 30px 0; + border-top: 3px double #8c8b8b; +} + .navigation-wrapper { display: flex; flex-wrap: wrap; -- cgit