Mise à jour du nouveau design :D #16

Merged
Nono merged 20 commits from feat/new-design into main 2025-12-29 16:08:27 +00:00
Showing only changes of commit ee9dd6bdc4 - Show all commits

View file

@ -25,6 +25,7 @@ html, body {
font-family: "Verdana", "Helvetica", "Arial", sans-serif; font-family: "Verdana", "Helvetica", "Arial", sans-serif;
color: var(--text-color-primary); color: var(--text-color-primary);
background: var(--primary-bg-color); background: var(--primary-bg-color);
overflow-x: hidden; /* empêche les stickers de déborder horizontalement */
} }
img { img {