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>
|
<body class=center>
|
||||||
<h3 class=rainbow>Server Info:</h3>
|
<h3 class=rainbow>Server Info:</h3>
|
||||||
<p class=rainbow>Author: <%= author %></p>
|
<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>System Uptime: <%= system %></p>
|
||||||
<p class=rainbow>Node Uptime: <%= uptime %></p>
|
<p class=rainbow>Node Uptime: <%= uptime %></p>
|
||||||
<p class=rainbow>Total Pages: <%= images %></p>
|
<p class=rainbow>Total Pages: <%= images %></p>
|
||||||
<script src="/footer.js"></script>
|
<script src="/footer.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
>>>>>>> 24c184c (Init)
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Source Code Pro';
|
||||||
|
src: url('/fonts/SourceCodePro.ttf');
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -39,6 +44,10 @@ footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a, button, .rainbow, .force-color, span, label {
|
||||||
|
font-family: 'Source Code Pro', monospace !important;
|
||||||
|
}
|
||||||
|
|
||||||
a:has(button) {
|
a:has(button) {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
|
@ -94,4 +103,4 @@ transform: none !important;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue