Skip to content

Commit d743fd4

Browse files
authored
fix: Correct footer css to be more specific (#114)
1 parent f96654b commit d743fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ html[data-theme='dark'] .navbar__github {
113113
background: var(--ifm-color-emphasis-200);
114114
}
115115

116-
[data-theme='dark'] footer {
116+
[data-theme='dark'] .footer--dark {
117117
align-items: center;
118118
text-align: center;
119119
border-radius: 16px 16px 0px 0px;
120120
background: linear-gradient(to right, #181221, #170e0d);
121121
}
122122

123-
[data-theme='light'] footer {
123+
[data-theme='light'] .footer--dark {
124124
align-items: center;
125125
text-align: center;
126126
border-radius: 16px 16px 0px 0px;

0 commit comments

Comments
 (0)