Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Nov 3, 2024
1 parent 627bbc4 commit 10847c4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/ads.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google.com, pub-1565760898646999, DIRECT, f08c47fec0942fa0
google.com, pub-1565760898646999, DIRECT, f08c47fec0942fa0
2 changes: 1 addition & 1 deletion public/components/nav.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="nav">
<div class="navstart">
<a href="/" class="push">
<h2 class="push lsans sitetext" style="font-size: 2rem">🎃</h2>
<h2 class="push lsans sitetext" style="font-size: 2rem">lunaar.</h2>
</a>
</div>
<div class="navlinks">
Expand Down
8 changes: 8 additions & 0 deletions public/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,11 @@ body[theme="artclass"] {
--button: #0284d4;
--textcolor: #fff;
}
body[theme="starlight"] {
--bg: #121c22;
--button: #155e75;
--logo: #155e75;
--alt: #186d86;
--textcolor: #fff;
--rounded: 40px !important;
}
1 change: 0 additions & 1 deletion public/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function loadScript(src, onload) {
document.head.appendChild(script);
}

loadScript("/./js/themes.js", true);
loadScript("/./js/particles.js", true);
loadCSS("/./css/themes.css");

Expand Down
4 changes: 2 additions & 2 deletions public/views/index.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<main id="main">
<div class="home">
<!-- <%- include('../components/logo') -%> -->
<h1 style="font-size: 50px">🎃</h1>
<%- include('../components/logo') -%>

<h1 class="lsans main-logo sitetext">lunaar.</h1>
<p id="rng"></p>
<form id="uv-form">
Expand Down
1 change: 1 addition & 0 deletions public/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
<%- include('../components/nav') -%>
<body>
<%- body %>
<script src="/./js/themes.js"></script>
<script
async="async"
data-cfasync="false"
Expand Down
1 change: 1 addition & 0 deletions public/views/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<option value="mocha">Mocha</option>
<option value="orange">Orange</option>
<option value="youtube-dark">YouTube Dark</option>
<option value="starlight">Starlight</option>
<option value="greyblack">Grey Black</option>
<option value="3kh0">3kh0</option>
<option value="artclass">Art Class</option>
Expand Down

0 comments on commit 10847c4

Please sign in to comment.