generated from Seekra/repository-template
Change Colors of Footer
This commit is contained in:
@@ -40,7 +40,7 @@ const copyrightPeriod =
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: var(--padding-y);
|
||||
background-color: var(--light-d-1);
|
||||
margin-top: var(--padding-y);
|
||||
background-color: var(--light-bg);
|
||||
}
|
||||
</style>
|
||||
@@ -88,9 +88,9 @@ limitations under the License.
|
||||
--dark-l-2: var(--white-d-2);
|
||||
--dark-l-1: var(--white-d-1);
|
||||
--dark: var(--white);
|
||||
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
--light-d-1: var(--black-l-1);
|
||||
|
||||
--light: var(--black);
|
||||
--light-d-1: oklch(0.24 0 0);
|
||||
--light-d-2: var(--black-l-2);
|
||||
--light-d-3: var(--black-l-3);
|
||||
--light-d-4: var(--black-l-4);
|
||||
@@ -98,9 +98,9 @@ limitations under the License.
|
||||
--light-d-6: var(--black-l-6);
|
||||
--light-d-7: var(--black-l-7);
|
||||
--light-d-8: var(--black-l-8);
|
||||
|
||||
|
||||
--dark-bg: var(--white);
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,9 +114,9 @@ limitations under the License.
|
||||
--dark-l-2: var(--white-d-2);
|
||||
--dark-l-1: var(--white-d-1);
|
||||
--dark: var(--white);
|
||||
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
--light-d-1: var(--black-l-1);
|
||||
|
||||
--light: var(--black);
|
||||
--light-d-1: oklch(0.24 0 0);
|
||||
--light-d-2: var(--black-l-2);
|
||||
--light-d-3: var(--black-l-3);
|
||||
--light-d-4: var(--black-l-4);
|
||||
@@ -124,7 +124,7 @@ limitations under the License.
|
||||
--light-d-6: var(--black-l-6);
|
||||
--light-d-7: var(--black-l-7);
|
||||
--light-d-8: var(--black-l-8);
|
||||
|
||||
|
||||
--dark-bg: var(--white);
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
--light-bg: oklch(0.14 0 0);
|
||||
}
|
||||
Reference in New Issue
Block a user