bs5: fix badges

This commit is contained in:
Michael Shamoon
2022-02-19 22:04:52 -08:00
parent 81f1e9c7ab
commit df16b41971
2 changed files with 5 additions and 1 deletions

View File

@@ -143,6 +143,10 @@ $border-color-dark-mode: #47494f;
color: $text-color-dark-mode-accent;
}
.badge.border-light {
border-color: $bg-dark-mode !important;
}
.doc-img-container {
border: none !important;
border-top-left-radius: .25rem;