We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaea18 commit 18977bdCopy full SHA for 18977bd
wp-hooks-docs/src/css/custom.css
@@ -2,3 +2,15 @@
2
* Custom CSS for WordPress Hooks Documentation
3
*/
4
5
+html:not([data-theme='dark']) {
6
+ --ifm-color-primary: #3071db;
7
+ --ifm-breadcrumb-color-active: #2c6bd4;
8
+ --ifm-hover-overlay: rgba(0, 0, 0, 0.1)
9
+}
10
+
11
+html[data-theme='dark'] {
12
+ --ifm-color-primary: #367ff6;
13
+ --ifm-breadcrumb-color-active: #3884ff;
14
+ --ifm-breadcrumb-item-background-active: #202022;
15
+ --ifm-hover-overlay: rgba(255, 255, 255, 0.1)
16
0 commit comments