css improvements

This commit is contained in:
2025-07-11 00:10:23 +02:00
parent 85b5ca1970
commit 50adc206b2

View File

@@ -4,6 +4,7 @@ a {
body {
background: black;
color: orange;
margin: 0;
}
fieldset {
@@ -35,6 +36,14 @@ footer {
text-align: center;
margin: 5px;
}
nav {
position: sticky;
top: 0;
background: #26220c;
padding: 5px;
margin: 0 0 10px 0;
border-bottom: 1px solid orange;
}
.error {
background: red;
color: black;