Took 7 hours 48 minutes
This commit is contained in:
2022-11-17 23:29:33 +01:00
parent c81713cd23
commit 03dd0e0fb6
20 changed files with 642 additions and 211 deletions

View File

@ -34,10 +34,10 @@ body {
}
h1 {
font-size: 1.7em;
font-size: 1.74em;
font-weight: 500;
margin-bottom: 2%;
color: black;
color: white;
}
@ -53,12 +53,11 @@ h1 {
left: 0;
right: 0;
height: 9%;
background-color: #1F5E5F;
color: white;
font-size: 2em;
padding-right: 3px;
padding-left: 3px;
background-color: #167fcc;
}
@ -94,7 +93,7 @@ h1 {
left: 0;
right: 0;
height: 9%;
background-color: #1F5E5F;
background-color: #167fcc;
}
@ -121,10 +120,12 @@ h1 {
#container {
position: absolute;
top: 10%;
left: 1%;
right: 1%;
height: 80%;
top: 9%;
left: 0;
right: 0;
height: 82%;
color: white;
background-color: #0e1f31;
}
.pane {
@ -134,7 +135,7 @@ h1 {
ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
scroll-behavior: smooth;
color: black;
color: white;
}
.hiddenPane {