„content/stylesheet.css“ ändern
parent
62ded8dde9
commit
b6b11dbde6
|
@ -38,3 +38,19 @@ body.status_page {
|
||||||
background-color: #B6BDBD;
|
background-color: #B6BDBD;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue