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

@@ -114,11 +114,12 @@
height: 30px;
margin-bottom: 10px;
text-transform: uppercase;
box-shadow: var(--box-shadow);
}
button {
border-radius: 50px;
font-family: urwgothic, sans-serif;
background-color: var(--overlay-color);
background-color: var(--island-bg-color);
border: none;
color: white;
height: 30px;
@@ -126,6 +127,7 @@
max-width: 100px;
min-width: 75px;
font-size: 18px;
box-shadow: var(--box-shadow);
}
.desc {
color: white;

View File

@@ -101,6 +101,7 @@
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-transform: uppercase;
font-size: 15px;
box-shadow: var(--box-shadow);
}
button {
width: 15%;
@@ -113,7 +114,8 @@
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 16px;
font-weight: 400;
background-color: var(--overlay-color);
color: var(--link-color);
background-color: var(--island-bg-color);
color: var(--main-text-color);
box-shadow: var(--box-shadow);
}
</style>

View File

@@ -126,8 +126,8 @@
}
button {
border: none;
background-color: var(--overlay-color);
color: white;
background-color: var(--island-bg-color);
color: var(--main-text-color);
width: 35%;
height: 30px;
border-radius: 50px;

View File

@@ -134,6 +134,7 @@
height: 30px;
font-size: 16px;
margin-bottom: 15px;
box-shadow: var(--box-shadow);
}
button {
border: none;
@@ -145,9 +146,10 @@
margin-left: 10px;
margin-right: 10px;
height: 30px;
background-color: var(--overlay-color);
background-color: var(--island-bg-color);
color: white;
font-size: 16px;
box-shadow: var(--box-shadow);
}
table {
width: 100%;