Fix > main-content background color when in dark mode

This commit is contained in:
cedricve
2021-06-18 22:53:04 +02:00
parent 30d1d64e20
commit cd81b9f13f
2 changed files with 9 additions and 0 deletions

View File

@@ -163,6 +163,11 @@ body {
}
}
.dark .docs-content {
border-right: 0;
background: #262a2d;
}
.docs-navigation {
border-top: 1px solid $gray-200;
margin-top: 2rem;

View File

@@ -8472,6 +8472,10 @@ body {
.docs-content a {
font-weight: 500; }
.dark .docs-content {
border-right: 0;
background: #262a2d; }
.docs-navigation {
border-top: 1px solid #e9ecef;
margin-top: 2rem;