Update homepage/config/custom.css

This commit is contained in:
rion 2025-02-22 20:14:02 -06:00
parent 4c819653cb
commit f7fa8286a3

View File

@ -13,3 +13,18 @@
background-color:rgba(224, 217, 217, 0.403); background-color:rgba(224, 217, 217, 0.403);
} }
} }
:is(.light .light\:bg-white\/5) {
border-radius: 10px;
border-width: 1px;
border-color: rgba(227, 227, 227, 0.506);
background-color: rgba(97, 144, 182, 0.437) !important;
padding: 10px;
.light\:bg-theme-900\/20:is(.light *) {
background-color:rgba(166, 213, 251, 0.328);
border-radius: 1rem;
}
.light\:bg-theme-900\/50:is(.light *) {
background-color:rgba(224, 217, 217, 0.403);
}
}