aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/resources/dokka/styles/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css
index 46408f2e..c2df86be 100644
--- a/core/src/main/resources/dokka/styles/style.css
+++ b/core/src/main/resources/dokka/styles/style.css
@@ -78,6 +78,10 @@
margin-left: 0.25em
}
+.sideMenuPart > .overview:hover {
+ background-color: rgba(91, 93, 239, 0.15);
+}
+
.sideMenuPart > .overview .navButtonContent::after {
float: right;
content: url("../images/arrow_down.svg");