From 1722321deab7d22f08f9f4dc5b6675870fff2c21 Mon Sep 17 00:00:00 2001 From: BluePotato102 Date: Mon, 7 Aug 2023 15:42:27 -0500 Subject: [PATCH] small changes and ssh push test --- css/style.css | 29 +++++++++++++++++++++++++---- index.html | 40 +++++++++++++--------------------------- index.js | 22 ++++++++++++++++++++++ 3 files changed, 60 insertions(+), 31 deletions(-) diff --git a/css/style.css b/css/style.css index 0b162f11..6abdd38b 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,9 @@ +/*i titled these poorly, without trying how any of it looks*/ :root { - --bg: #0c232f; - --font-color: #f3fff4; - --bg-second: #0b0e18; - --hover-color: #a3f6fd; + --bg-second: #0c232f; + --hover-color: #f3fff4; + --bg: #0b0e18; + --font-color: #a3f6fd; --button-color: #026b7e; } @@ -15,4 +16,24 @@ body { padding: 0; box-sizing: border-box; animation: fadein 1s; + color: var(--font-color) +} + +body.noscript { + display: none; +} + +#noscript-text { + display: block; + position: absolute; + top: 0; + left: 0; + margin: 0; + padding: 0; + box-sizing: border-box; + height: 100vh; + width: 100vw; + background-color: black; + color: white; + z-index: 999; } \ No newline at end of file diff --git a/index.html b/index.html index 8df4e2fb..5fe54bdf 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,13 @@ - + + + + + + @@ -16,26 +21,6 @@

This site requires you to be able to run JavaScript.

-
@@ -77,23 +62,24 @@
- + MonkeyGG2 Icon
-
- -
+
+
+

MonkeyGG2

- + random image
-