use bs5 alpha2, config description changes

alpha2's new close buttons are used, also fixed html_templates
settings being automatically filled in with an incorrect value.
This commit is contained in:
Harvey Tindall
2020-10-23 14:39:04 +01:00
parent 29775e2e75
commit 8089187b3e
8 changed files with 45 additions and 23 deletions
+4
View File
@@ -120,3 +120,7 @@ body.modal-open {
.unfocused {
display: none;
}
.text-monospace {
font-family: monospace;
}
+4
View File
@@ -142,4 +142,8 @@ $list-group-action-active-bg: $jf-blue-focus;
background-color: $jf-blue-hover;
}
.btn-close {
filter: invert(80%);
}
@import "../base.scss";