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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index b0bf8141..f40aa33d 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -1053,4 +1053,11 @@ td.content {
div.runnablesample {
height: fit-content;
+}
+
+.anchor-highlight {
+ border: 1px solid var(--hover-link-color) !important;
+ box-shadow: 0 0 0 0.2em #c8e1ff;
+ margin-top: 0.2em;
+ margin-bottom: 0.2em;
} \ No newline at end of file