Update color vars to new var names

This commit is contained in:
Fred Boniface
2023-10-06 12:47:18 +01:00
parent 72495a63be
commit d49c725215
4 changed files with 9 additions and 19 deletions

View File

@@ -36,13 +36,13 @@
left: 0;
width: 100%;
height: 50px;
background-color: var(--island-overlay-bg-color);
background-color: var(--island-bg-solid);
}
.footerLink {
width: 30%;
height: 100%;
background-color: var(--island-overlay-bg-color);
background-color: var(--island-bg-solid);
border-style: solid;
border-width: 1px;
border-top: none;

View File

@@ -45,7 +45,7 @@
flex: 12;
width: 30%;
height: 100%;
background-color: var(--overlay-island-bg-color);
background-color: var(--island-bg-solid);
border-style: solid;
border-width: 1px;
border-top: none;