Cosmetic
Some checks failed
/ build (push) Failing after 16s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-02-01 11:30:45 +01:00
parent e90a1cc920
commit e9bc6c671a

View file

@ -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;