Cosmetic
This commit is contained in:
parent
e90a1cc920
commit
e9bc6c671a
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,15 @@ body {
|
|||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: floralwhite;
|
||||
margin: 0;
|
||||
font-family: system-ui;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
background-color: #f7c7867d;
|
||||
margin: 0 0 0.2em 0;
|
||||
box-shadow: 0px 0.2em 0.2em #f7c7867d;
|
||||
text-shadow: 0 0 2px #00000080;
|
||||
font-weight: 200;
|
||||
}
|
||||
p {
|
||||
margin: 0.2em;
|
||||
|
@ -146,7 +150,6 @@ hr {
|
|||
max-width: 13em;
|
||||
}
|
||||
.providers .error {
|
||||
color: darkred;
|
||||
padding: 3px 6px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue