aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/styles
diff options
context:
space:
mode:
authorMarcin Aman <maman@virtuslab.com>2020-08-04 19:01:30 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-08-10 09:47:23 +0200
commit49c9bcc586abb7c78f569526a05fea97da86993d (patch)
tree6ec9de732dbc8dcb50885963ff1bfde6d23023e0 /plugins/base/src/main/resources/dokka/styles
parent632a497ac47150cab9c00bff6b81060af089a908 (diff)
downloaddokka-49c9bcc586abb7c78f569526a05fea97da86993d.tar.gz
dokka-49c9bcc586abb7c78f569526a05fea97da86993d.tar.bz2
dokka-49c9bcc586abb7c78f569526a05fea97da86993d.zip
Highlight anchor
Diffstat (limited to 'plugins/base/src/main/resources/dokka/styles')
-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