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 f96654b commit d743fd4Copy full SHA for d743fd4
src/css/custom.css
@@ -113,14 +113,14 @@ html[data-theme='dark'] .navbar__github {
113
background: var(--ifm-color-emphasis-200);
114
}
115
116
-[data-theme='dark'] footer {
+[data-theme='dark'] .footer--dark {
117
align-items: center;
118
text-align: center;
119
border-radius: 16px 16px 0px 0px;
120
background: linear-gradient(to right, #181221, #170e0d);
121
122
123
-[data-theme='light'] footer {
+[data-theme='light'] .footer--dark {
124
125
126
0 commit comments