mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
parent
363548e8a2
commit
b20381afad
2 changed files with 5 additions and 4 deletions
|
@ -22,10 +22,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
margin-left: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:global(input, select) {
|
||||
font-size: 16px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -48,3 +48,8 @@ html {
|
|||
code {
|
||||
color: var(--flag1-bg);
|
||||
}
|
||||
|
||||
// override the default form sizes
|
||||
input.form-control, select.form-select {
|
||||
font-size: inherit;
|
||||
}
|
Loading…
Reference in a new issue