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 9b7ae3f commit 194802bCopy full SHA for 194802b
src/css/custom.css
@@ -2,8 +2,16 @@
2
--ifm-light-background-color: var(--ifm-color-emphasis-100);
3
}
4
5
-html[data-theme='dark'] {
6
- --ifm-link-color: #679df5;
+[data-theme='dark']:root {
+ --ifm-color-primary: #7FA8F1;
7
+ --ifm-link-color: #7FA8F1;
8
+ --docsearch-muted-color: white;
9
+}
10
+
11
+[data-theme='light']:root {
12
+ --ifm-color-primary: #1554B7;
13
+ --ifm-link-color: #1554B7;
14
+ --docsearch-muted-color: #494B5F;
15
16
17
.wrapper {
@@ -75,6 +83,10 @@ html[data-theme='dark'] {
75
83
line-height: 1em;
76
84
77
85
86
+.theme-doc-markdown {
87
+ --ifm-link-decoration: underline;
88
89
78
90
@media only screen and (min-width: 480px) {
79
91
.projectTitle {
80
92
font-size: 300%;
0 commit comments