Hide copyright footer.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-06 09:20:15 -08:00
parent 6f09b09631
commit b390f42393
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,6 @@ html {
margin: 0 !important;
}
body {
background-color: var(--white32m);
font-family: var(--typeface);
@ -34,6 +33,10 @@ body {
max-width: 100%;
}
p#copyright-footer {
display: hidden;
}
div#page {
font-family: var(--typeface);
font-weight: var(--weight-medium);