aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 4acf6cb2..1ccd9cbc 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -27,7 +27,7 @@
color: var(--hover-link-color)
}
-.tabs-section-body > *:not([data-active]){
+.tabs-section-body > *:not([data-active]) {
display: none;
}
@@ -212,6 +212,10 @@
font-family: monospace;
}
+code.paragraph {
+ display: block;
+}
+
.overview > .navButton {
height: 100%;
align-items: center;
@@ -692,6 +696,7 @@ footer {
[data-filterable-current=''] {
display: none !important;
}
+
.platform-selector:not([data-active]) {
border: 1px solid #DADFE6;
background-color: transparent;