aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources/dokka/styles/style.css')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 94200bd1..9bc9f07d 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -612,10 +612,11 @@ a small {
}
blockquote {
- border-left: 1px solid #e5e5e5;
+ border-left: 1ch solid var(--default-gray);
margin: 0;
- padding: 0 0 0 20px;
+ padding-left: 1ch;
font-style: italic;
+ color: var(--average-color);
}
pre {