feat: site improvements

This commit is contained in:
veeso
2023-04-19 11:01:44 +02:00
parent 7c638473d6
commit ed8ba628e5
2 changed files with 95 additions and 26 deletions

View File

@@ -119,15 +119,33 @@ footer .contacts a i {
}
footer .contacts li a:hover i {
color: dodgerblue !important;
color: #202020 !important;
}
footer p.copyright {
.footer--vat {
color: #404040;
font-weight: 300;
text-align: center;
}
.footer--address {
color: #505050;
font-size: 0.8em;
font-weight: 300;
text-align: center;
}
.footer--copyright {
color: #606060;
font-size: 0.7em;
font-weight: 300;
text-align: center;
}
.footer--link {
color: #606060;
}
.alert {
border: 1px solid transparent;
border-radius: 0.25rem;