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

@@ -28,6 +28,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: 50%;
@@ -41,5 +42,6 @@
font-weight: 400;
background-color: var(--island-button-color);
color: var(--island-link-color);
box-shadow: var(--box-shadow);
}
</style>

View File

@@ -24,6 +24,6 @@
padding: 10px;
background-color: var(--island-bg-color);
border-radius: 10px;
box-shadow: 2px 2px 30px rgba(0,0,0,0.19);
box-shadow: 5px 5px 30px rgba(0,0,0,0.29);
}
</style>

View File

@@ -29,7 +29,7 @@
margin: auto;
margin-top: 25px;
padding: 10px;
background-color: var(--overlay-island-bg-color);
background-color: var(--island-bg-solid);
border-radius: 10px;
z-index: 1000;
}

View File

@@ -49,5 +49,6 @@
text-decoration: none;
background-color: var(--island-button-color);
color: var(--island-link-color);
box-shadow: var(--box-shadow);
}
</style>

View File

@@ -98,6 +98,7 @@
text-decoration: none;
text-align: center;
text-transform: uppercase;
box-shadow: var(--box-shadow);
}
button {
width: 30%;
@@ -111,5 +112,6 @@
font-weight: 400;
background-color: var(--island-button-color);
color: var(--island-link-color);
box-shadow: var(--box-shadow);
}
</style>