mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
Fix > main-content background color when in dark mode
This commit is contained in:
@@ -163,6 +163,11 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.dark .docs-content {
|
||||
border-right: 0;
|
||||
background: #262a2d;
|
||||
}
|
||||
|
||||
.docs-navigation {
|
||||
border-top: 1px solid $gray-200;
|
||||
margin-top: 2rem;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user