summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-12-27 00:27:03 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-12-27 00:27:03 -0500
commit0e0bcb78681fe6e9f74d1f230abff4c859bed589 (patch)
tree6400738e58c558bb6ace35820db9b8ccbd2400da /index.html
parent70cc7d4dff589949dbb3c7e5acc4767fedaedd40 (diff)
Gray style to load as to not blind anyoneHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index eeb0625..8515859 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
<link rel="stylesheet" type="text/css" href="styles/input.css">
- <link id="theme" rel="stylesheet" type="text/css" href="styles/themes/colors-base.css">
+ <link id="theme" rel="stylesheet" type="text/css" href="styles/themes/colors-gray.css">
<script src="scripts/gui/input.js"></script>
@@ -40,16 +40,16 @@
<div id="themes">
</div>
+
<div>
<button onclick="addTheme()">Add Theme</button>
<button onclick="remTheme()">Remove Theme</button>
</div>
<div id="prev" class="prev">
-
</div>
- <div style="color: red;">This site uses cookies to store themes and previous servers. That is all.</div>
+ <div>This site uses cookies to store themes and previous servers. That is all.</div>
<div>You may choose to submit user generated data over this site (Such as player name or text chat). This site stores none of that data. Please check with the server owner for privacy policy and/or any legal issue.</div>
<a style="border: none; padding: 0; display: contents; margin: 0;" href="http://vanilla-js.com/"><img style="margin-top: 10px;" src="images/vanilla.png"></a>
@@ -210,4 +210,4 @@
</script>
</body>
-</html> \ No newline at end of file
+</html>