We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35d275 commit 62b4169Copy full SHA for 62b4169
1 file changed
src/css/docusaurus.scss
@@ -3,6 +3,10 @@
3
--ifm-global-shadow-lw: none;
4
--ifm-tabs-padding-vertical: 0.25rem;
5
--ifm-tabs-color-active: #ff5df9;
6
+
7
+ &[data-theme="dark"] {
8
+ --ifm-hover-overlay: rgba(255, 255, 255, 0.1);
9
+ }
10
}
11
12
.container {
0 commit comments