fix setting monospace font from theme

This commit is contained in:
zadam 2021-11-20 13:20:06 +01:00
parent 4c7c53d8c8
commit fe605c012a

View File

@ -58,7 +58,7 @@ table td, table th {
}
code, kbd, pre, samp {
font-family: var(--monospace-font-family);
font-family: var(--monospace-font-family) !important;
}
.input-group-text {