moving homepage config to config folder and updating gitignore to ignore logs

This commit is contained in:
2026-05-19 17:35:01 +00:00
Unverified
parent 0070fa98e3
commit dc21043b7c
12 changed files with 396 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
.backdrop-blur-xl {
background-color: rgba(0, 0, 0, 0.815) !important;
}
@media (hover: hover) {
.dark\:hover\:text-theme-300:is(.dark *):hover {
color: rgb(9, 255, 0);
}
service-card {
background-color: rgba(9, 255, 0, 0.616);
}
}