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