minor change
This commit is contained in:
parent
a8172a9dbe
commit
cbd0ec6aa7
|
@ -9,13 +9,11 @@
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
--my-color: #000;
|
--my-color: #000;
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="light"] {
|
[data-theme="light"] {
|
||||||
--my-color: #ffabc8;
|
--my-color: #ffabc8;
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
|
@ -13,6 +13,7 @@ module.exports = {
|
||||||
"neutral-content": "#d1d5db",
|
"neutral-content": "#d1d5db",
|
||||||
"base-100": "#ffffff",
|
"base-100": "#ffffff",
|
||||||
"base-200": "#f3f4f6",
|
"base-200": "#f3f4f6",
|
||||||
|
"base-content": "#0a0a0a",
|
||||||
info: "#a5f3fc",
|
info: "#a5f3fc",
|
||||||
success: "#22c55e",
|
success: "#22c55e",
|
||||||
warning: "#facc15",
|
warning: "#facc15",
|
||||||
|
@ -28,6 +29,7 @@ module.exports = {
|
||||||
"neutral-content": "#404040",
|
"neutral-content": "#404040",
|
||||||
"base-100": "#171717",
|
"base-100": "#171717",
|
||||||
"base-200": "#1f2937",
|
"base-200": "#1f2937",
|
||||||
|
"base-content": "#fafafa",
|
||||||
info: "#009ee4",
|
info: "#009ee4",
|
||||||
success: "#00b17d",
|
success: "#00b17d",
|
||||||
warning: "#eac700",
|
warning: "#eac700",
|
||||||
|
|
Ŝarĝante…
Reference in New Issue