Small oopsie fix the footer.
This commit is contained in:
@@ -99,9 +99,26 @@ body {
|
||||
font-family: IBMWeb, "Liberation Mono", monospace;
|
||||
color: #fff;
|
||||
background: transparent;
|
||||
z-index: 5;
|
||||
text-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
|
||||
letter-spacing: 0.05em;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #447fc6;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #000000;
|
||||
background: #a57ae9
|
||||
}
|
||||
|
||||
a::selection {
|
||||
color: #000;
|
||||
background: #447fc6
|
||||
}
|
||||
|
||||
a:not(:has(img)):hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
|
||||
@@ -172,23 +189,24 @@ body {
|
||||
|
||||
/* === BACKGROUND CANVAS === */
|
||||
#night {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -9999;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #0e0016;
|
||||
z-index: -9999;
|
||||
pointer-events: none; /* allow clicks above */
|
||||
}
|
||||
|
||||
.clouds {
|
||||
position: fixed;
|
||||
bottom: -70px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
z-index: -1; /* behind content but above star canvas */
|
||||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
z-index: -5;
|
||||
pointer-events: none; /* allow clicks above */
|
||||
}
|
||||
|
||||
.clouds img {
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
<div class="clouds">
|
||||
<img src="assets/images/clouds.png" alt="Clouds">
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Purplebored © 2023-2025 |
|
||||
<a href="https://git.purplebored.pl/purplebored/purplebored.pl">Source code</a> |
|
||||
@@ -103,7 +104,6 @@
|
||||
<a href="https://status.purplebored.pl"> Uptime / Status</a> |
|
||||
</div>
|
||||
|
||||
|
||||
<canvas id="night"></canvas>
|
||||
<script src="assets/js/script.js" defer></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user