css improvements
This commit is contained in:
@@ -4,6 +4,7 @@ a {
|
|||||||
body {
|
body {
|
||||||
background: black;
|
background: black;
|
||||||
color: orange;
|
color: orange;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
@@ -35,6 +36,14 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
nav {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
background: #26220c;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 0 0 10px 0;
|
||||||
|
border-bottom: 1px solid orange;
|
||||||
|
}
|
||||||
.error {
|
.error {
|
||||||
background: red;
|
background: red;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user