Document popover previews

This commit is contained in:
Michael Shamoon
2021-02-06 00:40:18 -08:00
parent 08d96a1b76
commit 41540a3a5f
6 changed files with 99 additions and 6 deletions

View File

@@ -366,6 +366,18 @@ $border-color-dark-mode: #47494f;
.progress-bar.bg-primary {
background-color: darken($primary-dark-mode, 5%) !important;
}
.popover {
.popover-header,
.popover-body {
background-color: $bg-light-dark-mode;
border-color: $border-color-dark-mode;
}
.arrow::after {
border-top-color: $bg-light-dark-mode;
}
}
}
body.color-scheme-dark {