mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Remove duplicated accent colors
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
:root {
|
:root {
|
||||||
--color-text-base: 40, 39, 40;
|
--color-text-base: 40, 39, 40;
|
||||||
--color-text-accent: 0, 108, 172;
|
|
||||||
--color-fill: 251, 254, 251;
|
--color-fill: 251, 254, 251;
|
||||||
--color-accent: 0, 108, 172;
|
--color-accent: 0, 108, 172;
|
||||||
--color-card: 230, 230, 230;
|
--color-card: 230, 230, 230;
|
||||||
@@ -14,7 +13,6 @@
|
|||||||
}
|
}
|
||||||
.theme-dark {
|
.theme-dark {
|
||||||
--color-text-base: 230, 230, 230;
|
--color-text-base: 230, 230, 230;
|
||||||
--color-text-accent: 26, 217, 217;
|
|
||||||
--color-fill: 47, 55, 65;
|
--color-fill: 47, 55, 65;
|
||||||
--color-accent: 26, 217, 217;
|
--color-accent: 26, 217, 217;
|
||||||
--color-card: 63, 75, 90;
|
--color-card: 63, 75, 90;
|
||||||
|
|||||||
+2
-2
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
textColor: {
|
textColor: {
|
||||||
skin: {
|
skin: {
|
||||||
base: withOpacity("--color-text-base"),
|
base: withOpacity("--color-text-base"),
|
||||||
accent: withOpacity("--color-text-accent"),
|
accent: withOpacity("--color-accent"),
|
||||||
inverted: withOpacity("--color-fill"),
|
inverted: withOpacity("--color-fill"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -43,7 +43,7 @@ module.exports = {
|
|||||||
fill: {
|
fill: {
|
||||||
skin: {
|
skin: {
|
||||||
base: withOpacity("--color-text-base"),
|
base: withOpacity("--color-text-base"),
|
||||||
accent: withOpacity("--color-text-accent"),
|
accent: withOpacity("--color-accent"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
|||||||
Reference in New Issue
Block a user