Skip to content

Commit e5bd6e8

Browse files
committed
Fix version box layout
1 parent 57c7928 commit e5bd6e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_static/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
:root {
2323
--dark-color: #404040; /* for toggle button */
2424
--light-color: #f0f0f0; /* for toggle button */
25-
--call-color: #606060;
2625
--main-color: #404040;
26+
--call-color: #606060;
27+
--versions-color: #808080;
2728
--code-color: #e65820;
2829
--link-color: #2d6ab0;
2930
--link-hover-color: #0079ff;
@@ -49,8 +50,9 @@
4950
/* Dark mode variables */
5051
/* See: https://dev.to/ananyaneogi/create-a-dark-light-mode-switch-with-css-variables-34l8 */
5152
[data-theme="dark"] {
52-
--call-color: #d0d0d0;
5353
--main-color: #fcfcfc;
54+
--call-color: #d0d0d0;
55+
--versions-color: #b0b0b0;
5456
--code-color: #ff8f4f;
5557
--link-color: #69acff;
5658
--link-hover-color: #549aeb;

0 commit comments

Comments
 (0)