Skip to content

Commit ac7ff40

Browse files
committed
fix: background tema default
1 parent e640472 commit ac7ff40

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

assets/src/css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,10 +1550,14 @@ kbd{
15501550
background: #d7d7d7;
15511551
}
15521552

1553-
.main-sidebar {
1553+
.main-sidebar{
15541554
background: #fff;
15551555
}
15561556

1557+
.main-sidebar.sidebar-dark-secondary {
1558+
background: #343a40;
1559+
}
1560+
15571561
.container {
15581562
padding: 20px;
15591563
}

0 commit comments

Comments
 (0)