css/defaults: buttons should respect font settings
This commit is contained in:
parent
2bac63e6d8
commit
b3a154deed
|
@ -91,6 +91,10 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
#fontsize-calc {
|
||||
display: none;
|
||||
width: 1000em;
|
||||
|
|
Loading…
Reference in New Issue