File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments