Update homepage/config/custom.css

This commit is contained in:
rion 2025-02-22 20:11:52 -06:00
parent be6124f8d5
commit 4d81ad5d4b

View File

@ -2,14 +2,14 @@
:is(.dark .dark\:bg-white\/5) { :is(.dark .dark\:bg-white\/5) {
border-radius: 10px; border-radius: 10px;
border-width: 1px; border-width: 1px;
border-color: rgba(218, 136, 243, 0.8); border-color: rgba(227, 227, 227, 0.506);
background-color: rgba(97, 97, 97, 0.732) !important; background-color: rgba(97, 144, 182, 0.437) !important;
padding: 10px; padding: 10px;
.dark\:bg-theme-900\/20:is(.dark *) { .dark\:bg-theme-900\/20:is(.dark *) {
background-color:rgba(97, 97, 97, 0.266); background-color:rgba(166, 213, 251, 0.328);
border-radius: 1rem; border-radius: 1rem;
} }
.dark\:bg-theme-900\/50:is(.dark *) { .dark\:bg-theme-900\/50:is(.dark *) {
background-color:rgba(0, 0, 0, 0); background-color:rgba(224, 217, 217, 0.403);
} }
} }