forked from Firepup650/firepup-site
Git Error & Apparently I never made *.ejs pages use m o n o s p a c e
This commit is contained in:
parent
ad8287ba4c
commit
52ff2f02d8
2 changed files with 10 additions and 9 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue