closes #16907: removed comma

This commit is contained in:
Andrew Gormley 2024-07-15 14:29:51 +01:00
parent bb2dbe627a
commit 415474eec0

View File

@ -71,7 +71,7 @@ pre {
body[data-bs-theme=dark] {
// Change content color when primary teal changes with theme
.bg-primary, {
.bg-primary {
.card-title,a,i {
color: $rich-black!important;
}