Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate Bot
dfd8d66942 fix(deps): update dependency react-router-dom to v7.11.0 2025-12-19 20:06:13 +00:00
f4628ad37f add sakura theme 2025-12-19 20:22:46 +01:00

View File

@ -134,3 +134,10 @@ ul {
--accent-color: #121212;
--secondary-accent: #212121;
}
.sakura-theme {
--border-color: #DCABDF;
--text-color: #CFB3CD;
--accent-color: #F48FB1;
--secondary-accent: #880E4F;
}