Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate Bot
bf4d80f8cd chore(deps): update eslint monorepo to v9.39.2 2025-12-19 20:05:19 +00:00
f4628ad37f add sakura theme 2025-12-19 20:22:46 +01:00

View File

@ -133,4 +133,11 @@ ul {
--text-color: #ffffff; --text-color: #ffffff;
--accent-color: #121212; --accent-color: #121212;
--secondary-accent: #212121; --secondary-accent: #212121;
}
.sakura-theme {
--border-color: #DCABDF;
--text-color: #CFB3CD;
--accent-color: #F48FB1;
--secondary-accent: #880E4F;
} }