minor change

This commit is contained in:
daniel31x13 2023-11-24 12:39:54 -05:00
parent a8172a9dbe
commit cbd0ec6aa7
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",