Update color vars to new var names
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user