Properly fixed popover darktheme

This commit is contained in:
2020-08-04 19:00:12 +01:00
parent 2e60c5e7bf
commit 67bf60e246
10 changed files with 42 additions and 14 deletions

View File

@@ -22,11 +22,23 @@
background-color: #121416;
color: $gray-100;
}
.btn-light, .popover-header, .status {
.btn-light, .popover, .popover-header, .popover-body, .status {
background-color: #121416 !important;
color: $gray-100 !important;
border-color: #121416;
}
.bs-popover-right > .arrow::after {
border-right-color: #121416;
}
.bs-popover-left > .arrow::after {
border-left-color: #121416;
}
.bs-popover-top > .arrow::after {
border-top-color: #121416;
}
.bs-popover-bottom > .arrow::after {
border-bottom-color: #121416;
}
a {
color: $blue;
}

View File

@@ -97,7 +97,7 @@ ins {
}
pre {
page-break-inside: avoid;
page-break-inside: avoid;
font-family: monospace;
font-size: 15px;
line-height: 1.6;