aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/plugin-base-frontend/src/main/scss
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-subprojects/plugin-base-frontend/src/main/scss')
-rw-r--r--dokka-subprojects/plugin-base-frontend/src/main/scss/index.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/dokka-subprojects/plugin-base-frontend/src/main/scss/index.scss b/dokka-subprojects/plugin-base-frontend/src/main/scss/index.scss
new file mode 100644
index 00000000..b68d57f3
--- /dev/null
+++ b/dokka-subprojects/plugin-base-frontend/src/main/scss/index.scss
@@ -0,0 +1,10 @@
+/*!
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+@import "~@jetbrains/ring-ui/components/global/variables.css";
+
+$white: #FFFFFF;
+$grey-border: #DADFE6;
+$list-background-hover: rgba(91, 93, 239, 0.15);
+$hover-link-color: #5B5DEF;