💄 improve footer spacing and coloring

This commit is contained in:
DrMaxNix 2024-02-11 13:35:00 +01:00
parent c22c0db31c
commit 92a6f583ac
1 changed files with 11 additions and 2 deletions

View File

@ -44,14 +44,23 @@
}
.page {
padding: 32px;
margin-bottom: 16px;
margin-bottom: 48px;
border-radius: 32px;
background-color: #2c313a;
color: #c5cad3;
}
.footer {
color: #828997;
}
.footer a {
color: #618349;
}
.footer .gray {
color: #454b54;
}
.footer center {
margin-top: 12px;
margin-top: 8px;
}
</style>
</head>