Update color vars in Svelte components - BUT NOT PAGES
This commit is contained in:
@@ -58,17 +58,17 @@
|
||||
margin: auto;
|
||||
margin-top: 25px;
|
||||
padding: 10px;
|
||||
background-color: grey;
|
||||
background-color: var(--overlay-island-color);
|
||||
border-radius: 10px;
|
||||
z-index: 2500;
|
||||
box-shadow: 1px 1px 3px rgba(0,0,0,0.19);
|
||||
box-shadow: 1px 1px 3px var(--box-shadow-color);
|
||||
}
|
||||
|
||||
.navButton {
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
color: white;
|
||||
background-color: var(--overlay-color);
|
||||
color: var(--island-link-color);
|
||||
background-color: var(--overlay-island-bg-color);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
font-size: 20px;
|
||||
@@ -96,6 +96,6 @@
|
||||
}
|
||||
|
||||
div {
|
||||
color: white;
|
||||
color: var(--island-text-color);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user