add starts kv and background, fix some css

This commit is contained in:
creations 2025-04-19 19:15:11 -04:00
parent 8b7bedbf0b
commit 83babb8c5c
Signed by: creations
GPG key ID: 8F553AA4320FC711
5 changed files with 137 additions and 31 deletions

View file

@ -19,12 +19,15 @@
<link rel="stylesheet" href="/public/css/index.css">
<script src="/public/js/index.js" defer></script>
<% if (allowSnow) { %>
<% if (extraOptions.snow) { %>
<script src="/public/js/snow.js" defer></script>
<% } %>
<% if(allowRain) { %>
<% if(extraOptions.rain) { %>
<script src="/public/js/rain.js" defer></script>
<% } %>
<% if (extraOptions.stars) { %>
<script src="/public/js/stars.js" defer></script>
<% } %>
<meta name="color-scheme" content="dark">
</head>