We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5405fd4 commit 98256e9Copy full SHA for 98256e9
1 file changed
src/css/custom.css
@@ -65,6 +65,22 @@ html[data-theme='dark'] {
65
/* Override links in dark mode too */
66
--ifm-link-hover-color: #ff00ff;
67
/* Pure GoldenDog Fuchsia */
68
+
69
+ /* Fix for Mobile Menu Sidebar in Dark Mode */
70
+ --ifm-navbar-sidebar-background-color: #020203;
71
+}
72
73
+/* Ensure mobile sidebar has solid background and visible items in dark mode */
74
+html[data-theme='dark'] .navbar-sidebar {
75
+ background-color: #020203 !important;
76
77
78
+html[data-theme='dark'] .navbar-sidebar__item {
79
+ color: #eceef2 !important;
80
81
82
+html[data-theme='dark'] .navbar-sidebar__item:hover {
83
+ color: var(--goldendog-fuchsia) !important;
84
}
85
86
0 commit comments