CSS changes

This commit is contained in:
Jacob 2023-10-01 04:07:24 +02:00
parent bf6c165225
commit 3fe9dd5e74

View file

@ -1,4 +1,8 @@
.bar {
font-size: 15pt;
font-family: Monospace;
font-weight: normal;
position: sticky;
top: 0px;
z-index: 6;
@ -41,6 +45,10 @@
}
.content {
font-size: 12pt;
font-family: Monospace;
font-weight: normal;
color: #f0eee4;
padding: 5px;
max-width: 1000px;
@ -102,18 +110,19 @@ body {
margin: 0px;
padding: 0px;
background-color: #212121;
font-family: Monospace;
}
footer {
padding: 5px;
font-size: 8pt;
font-weight: normal;
color: #f0eee4;
background-color: #363636;
text-align: center;
font-size: 12pt;
font-family: Monospace;
font-weight: normal;
position: fixed;
bottom: 0px;
width: 100%;
padding: 5px;
color: #f0eee4;
background-color: #363636;
text-align: center;
position: fixed;
bottom: 0px;
width: 100%;
}