fix setting monospace font from theme

pull/255/head
zadam 2021-11-20 13:20:06 +07:00
parent 4c7c53d8c8
commit fe605c012a
1 changed files with 1 additions and 1 deletions

@ -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 {