Add and use custom red skin

This commit is contained in:
2025-09-14 10:02:15 +02:00
parent 4054d91a4c
commit 8add741e77
3 changed files with 71 additions and 5 deletions

31
static/css/custom.css Normal file
View File

@@ -0,0 +1,31 @@
@media only screen and (max-width: 600px) {
#home-banner-header {
text-align: center;
}
}
footer {
margin-block-end: 0.75rem !important;
}
#banner-home-subtitle p {
text-align: justify;
}
#notbyai {
width: 100%;
max-width: 150px;
margin: 0 auto 1.75rem auto;
transition-duration: 300ms;
}
#notbyai:hover,
#notbyai:hover::before {
background-color: transparent;
color: transparent;
transform: scale(1.1);
}
#notbyai:active {
transform: scale(0.95);
}