mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Feature: add the page's footer
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user