Adjusting error page

This commit is contained in:
Fred Boniface
2023-06-16 22:12:31 +01:00
parent 0d80556556
commit 8535492298
6 changed files with 29 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</div>
<style>
.headerBar {
background: var(--overlay-color);
background: var(--overlay-color-solid);
position: fixed;
top: 0; left: 0;
width: 100%;

View File

@@ -37,7 +37,7 @@
left: 0;
width: 100%;
height: 50px;
background-color: rgba(0, 0, 0, 0.123);
background-color: rgb(54, 54, 54);
}
footer a {