Assign new colour scheme

This commit is contained in:
Fred Boniface
2023-10-10 12:46:42 +01:00
parent 74079e6d9a
commit a60448613b
18 changed files with 64 additions and 35 deletions

View File

@@ -20,5 +20,6 @@
min-width: 90px;
margin: 30px;
height: 48px;
box-shadow: var(--box-shadow);
}
</style>

View File

@@ -21,6 +21,7 @@
padding-bottom: 1px;
min-width: 90px;
max-width: 90px;
box-shadow: var(--box-shadow);
}
p {
padding-top: 0px;

View File

@@ -18,7 +18,7 @@
<style>
.headerBar {
background: var(--island-bg-solid);
color: var(--island-header-color);
color: var(--main-header-color);
position: fixed;
top: 0;
left: 0;

View File

@@ -43,6 +43,7 @@
padding-bottom: 1px;
min-width: 90px;
max-width: 90px;
box-shadow: var(--box-shadow);
}
p {
padding-top: 50px;

View File

@@ -52,6 +52,7 @@
border-bottom: none;
border-color: var(--box-shadow-color);
text-decoration: double;
color: var(--main-text-color);
font-weight: 600;
}