Add and use custom red skin
This commit is contained in:
31
static/css/custom.css
Normal file
31
static/css/custom.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user