add bg-white-05 utility class

This commit is contained in:
Timothée Goguely 2025-01-23 18:47:55 +01:00
parent 491fd1bcc7
commit d0402ea726

View file

@ -44,6 +44,9 @@
.bg-white {
background-color: var(--color-white, white);
}
.bg-white-05 {
background-color: var(--color-white-05);
}
.bg-white-10 {
background-color: var(--color-white-10);
}