Fix footer colors and size

This commit is contained in:
Max L. 2023-11-23 20:44:40 +01:00
parent 75d4e84e5c
commit 395ce728bf
No known key found for this signature in database
GPG key ID: 2F963B95632B8467

View file

@ -203,3 +203,16 @@ body {
font-size: 1.2em;
text-align: right;
}
.footer {
font-size: 2em;
}
.footer .text-muted {
color: rgba(255, 255, 255, 0.8) !important;
font-size: 0.8em;
}
.footer a {
color: rgba(255, 255, 255, 0.8) !important;
}