Git Error & Apparently I never made *.ejs pages use m o n o s p a c e

This commit is contained in:
Firepup Sixfifty 2023-10-09 14:40:09 -05:00
parent ad8287ba4c
commit 52ff2f02d8
2 changed files with 10 additions and 9 deletions

View file

@ -11,17 +11,9 @@
<body class=center>
<h3 class=rainbow>Server Info:</h3>
<p class=rainbow>Author: <%= author %></p>
<<<<<<< HEAD
<p class=rainbow>Uptime: <%= uptime %> seconds</p>
<p class=rainbow>Total Pages: <%= images %></p>
<script src="/footer.js"></script>
</body>
</html>
=======
<p class=rainbow>System Uptime: <%= system %></p>
<p class=rainbow>Node Uptime: <%= uptime %></p>
<p class=rainbow>Total Pages: <%= images %></p>
<script src="/footer.js"></script>
</body>
</html>
>>>>>>> 24c184c (Init)

View file

@ -1,3 +1,8 @@
@font-face {
font-family: 'Source Code Pro';
src: url('/fonts/SourceCodePro.ttf');
}
html, body {
height: 100%;
width: 100%;
@ -39,6 +44,10 @@ footer {
width: 100%;
}
a, button, .rainbow, .force-color, span, label {
font-family: 'Source Code Pro', monospace !important;
}
a:has(button) {
box-shadow: none !important;
transform: none !important;
@ -94,4 +103,4 @@ transform: none !important;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
}