Skip to content

Commit 5900117

Browse files
committed
Update to new stable class name
Signed-off-by: Dan Barr <[email protected]>
1 parent 93b51c2 commit 5900117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,23 +211,23 @@ thead th {
211211
}
212212

213213
/* Tab components */
214-
.tabs-container {
214+
.theme-tabs-container {
215215
background-color: var(--ifm-card-background-color);
216216
border: 1px solid var(--ifm-table-border-color);
217217
border-radius: var(--ifm-card-border-radius);
218218
margin-bottom: 1rem;
219219
}
220220

221-
.tabs-container > ul {
221+
.theme-tabs-container > ul {
222222
background-color: #f8fafc;
223223
}
224224

225-
[data-theme='dark'] .tabs-container > ul {
225+
[data-theme='dark'] .theme-tabs-container > ul {
226226
background-color: #1a1c1f;
227227
border-color: #1a1a1c;
228228
}
229229

230-
.tabs-container > ul {
230+
.theme-tabs-container > ul {
231231
border-bottom: 1px solid #f0f0f0;
232232
border-top-left-radius: var(--ifm-card-border-radius);
233233
border-top-right-radius: var(--ifm-card-border-radius);

0 commit comments

Comments
 (0)