We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c7928 commit e5bd6e8Copy full SHA for e5bd6e8
docs/_static/custom.css
@@ -22,8 +22,9 @@
22
:root {
23
--dark-color: #404040; /* for toggle button */
24
--light-color: #f0f0f0; /* for toggle button */
25
- --call-color: #606060;
26
--main-color: #404040;
+ --call-color: #606060;
27
+ --versions-color: #808080;
28
--code-color: #e65820;
29
--link-color: #2d6ab0;
30
--link-hover-color: #0079ff;
@@ -49,8 +50,9 @@
49
50
/* Dark mode variables */
51
/* See: https://dev.to/ananyaneogi/create-a-dark-light-mode-switch-with-css-variables-34l8 */
52
[data-theme="dark"] {
- --call-color: #d0d0d0;
53
--main-color: #fcfcfc;
54
+ --call-color: #d0d0d0;
55
+ --versions-color: #b0b0b0;
56
--code-color: #ff8f4f;
57
--link-color: #69acff;
58
--link-hover-color: #549aeb;
0 commit comments