Docker/homepage/config/custom.css
2025-02-22 14:56:50 +00:00

16 lines
391 B
CSS

/* cards */
:is(.dark .dark\:bg-white\/5) {
border-radius: 10px;
border-width: 1px;
border-color: rgba(218, 136, 243, 0.8);
background-color: rgba(97, 97, 97, 0.732) !important;
padding: 10px;
.dark\:bg-theme-900\/20:is(.dark *) {
background-color:rgba(97, 97, 97, 0.266);
border-radius: 1rem;
}
.dark\:bg-theme-900\/50:is(.dark *) {
background-color:rgba(0, 0, 0, 0);
}
}