mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
feat: site improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user