Skip to content

Commit c0ed788

Browse files
committed
Update more stable class names
Signed-off-by: Dan Barr <[email protected]>
1 parent 5900117 commit c0ed788

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,17 @@ thead th {
167167
);
168168
}
169169

170-
.navbar .DocSearch-Button {
170+
.theme-layout-navbar .DocSearch-Button {
171171
border-style: solid;
172172
border-width: 1px;
173173
height: 40px;
174174
}
175175

176-
.navbar .DocSearch-Button {
176+
.theme-layout-navbar .DocSearch-Button {
177177
border-color: #dcdcdc;
178178
}
179179

180-
[data-theme='dark'] .navbar .DocSearch-Button {
180+
[data-theme='dark'] .theme-layout-navbar .DocSearch-Button {
181181
border-color: #333333;
182182
}
183183

src/css/footer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
padding: 0px 12px;
3030
}
3131

32-
.footer__col:first-child {
32+
.theme-layout-footer-column:first-child {
3333
max-width: 400px;
3434
margin-right: auto;
3535
}
3636

37-
.footer__col:last-child {
37+
.theme-layout-footer-column:last-child {
3838
max-width: 200px;
3939
margin-right: 0px;
4040
}

0 commit comments

Comments
 (0)