feat: use sans-serif font everywhere (#597)
This commit is contained in:
parent
cebab32514
commit
b2e7509959
|
|
@ -38,6 +38,7 @@ dialog.big {
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
font-family: sans-serif;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, 180px);
|
grid-template-columns: repeat(auto-fit, 180px);
|
||||||
grid-auto-rows: 1fr;
|
grid-auto-rows: 1fr;
|
||||||
|
|
@ -207,6 +208,7 @@ tr:hover td {
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
|
font-family: sans-serif;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -265,6 +267,7 @@ details {
|
||||||
button,
|
button,
|
||||||
input[type="submit"]
|
input[type="submit"]
|
||||||
{
|
{
|
||||||
|
font-family: sans-serif;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: black;
|
color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -422,6 +425,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
font-family: sans-serif;
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue