generated from Seekra/repository-template
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
66483a3a6a
|
|||
|
d5c714cbd8
|
|||
|
d8a4c0023b
|
|||
|
5b8c13c8cf
|
|||
|
b172e3cf2b
|
|||
|
46a2caf845
|
|||
|
63d14ddefd
|
@@ -51,7 +51,7 @@ const colorSchemeIconMapper = {
|
||||
<style scoped>
|
||||
.color-scheme-button {
|
||||
background: none;
|
||||
border: 1.5px solid var(--light-d-3);
|
||||
border: 1.5px solid var(--dark-l-8);
|
||||
border-radius: 50%;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
||||
@@ -40,7 +40,8 @@ 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);
|
||||
border-top: 1px solid var(--light-d-8);
|
||||
}
|
||||
</style>
|
||||
@@ -90,7 +90,7 @@ limitations under the License.
|
||||
--dark: var(--white);
|
||||
|
||||
--light: var(--black);
|
||||
--light-d-1: var(--black-l-1);
|
||||
--light-d-1: oklch(0.10 0 0);
|
||||
--light-d-2: var(--black-l-2);
|
||||
--light-d-3: var(--black-l-3);
|
||||
--light-d-4: var(--black-l-4);
|
||||
@@ -100,7 +100,7 @@ limitations under the License.
|
||||
--light-d-8: var(--black-l-8);
|
||||
|
||||
--dark-bg: var(--white);
|
||||
--light-bg: var(--black);
|
||||
--light-bg: oklch(0.18 0 0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ limitations under the License.
|
||||
--dark: var(--white);
|
||||
|
||||
--light: var(--black);
|
||||
--light-d-1: var(--black-l-1);
|
||||
--light-d-1: oklch(0.10 0 0);
|
||||
--light-d-2: var(--black-l-2);
|
||||
--light-d-3: var(--black-l-3);
|
||||
--light-d-4: var(--black-l-4);
|
||||
@@ -126,5 +126,5 @@ limitations under the License.
|
||||
--light-d-8: var(--black-l-8);
|
||||
|
||||
--dark-bg: var(--white);
|
||||
--light-bg: var(--black);
|
||||
--light-bg: oklch(0.18 0 0);
|
||||
}
|
||||
Reference in New Issue
Block a user