Feature: add the page's footer

This commit is contained in:
VnPower 2023-06-02 16:54:24 +07:00
parent 4237dd8e5a
commit 0b8b788ea1
Signed by: vnpower
GPG key ID: 881DE3DEB966106C
3 changed files with 29 additions and 0 deletions

View file

@ -331,6 +331,17 @@ body {
background-color: #333;
}
.footer {
text-align: center;
font-size: small;
margin-top: 8px;
margin-bottom: 8px;
}
.footer a {
color: #d8d4cf;
text-decoration: none;
}
@media screen and (max-width: 750px) {
.search-bar {
display: none;

View file

@ -387,6 +387,18 @@ body {
}
}
.footer {
text-align: center;
font-size: small;
margin-top: 8px;
margin-bottom: 8px;
a {
color: $fg;
text-decoration: none;
}
}
@media screen and (max-width: 750px) {
.search-bar {
display: none;

View file

@ -1,3 +1,9 @@
<div class="footer">
<a href="https://codeberg.org/VnPower/pixivfe">
<p>Join the development on Codeberg!</p>
</a>
</div>
</body>
</html>