mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 10:22:17 +00:00
Properly fixed popover darktheme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ ins {
|
||||
}
|
||||
|
||||
pre {
|
||||
page-break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
|
||||
Reference in New Issue
Block a user