moving homepage config to config folder and updating gitignore to ignore logs
This commit is contained in:
13
docker_compose/homepage/config/custom.css
Normal file
13
docker_compose/homepage/config/custom.css
Normal 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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user