Update homepage/config/custom.css

This commit is contained in:
rion 2025-02-22 20:19:35 -06:00
parent 428f5cf024
commit 3e34350c2f

View File

@ -8,6 +8,9 @@
.dark\:bg-theme-900\/20:is(.dark *) {
background-color:rgba(166, 213, 251, 0.328);
border-radius: 1rem;
.dark\:bg-theme-900\/40:is(.dark *) {
background-color: rgba(34, 64, 97, 0.437);
}
}
.dark\:bg-theme-900\/50:is(.dark *) {
background-color:rgba(224, 217, 217, 0);