add transparency

This commit is contained in:
Adrien MALINGREY 2023-12-07 21:44:21 +01:00
parent 9547e585ca
commit a0af16d0dd

View File

@ -3,6 +3,14 @@ body {
background-size: cover;
}
body[data-bs-theme="dark"] {
--bs-body-bg: #2125296b;
}
.btn-dark {
--bs-btn-bg: #2125296b;
}
.card {
background-color: rgba(37, 41, 45, 50%);
}