From 3461e9f618d80ca97ad714c3cf097bc0d702858e Mon Sep 17 00:00:00 2001 From: Enstrayed <48845980+Enstrayed@users.noreply.github.com> Date: Sat, 10 May 2025 00:29:37 -0700 Subject: [PATCH] what --- website/static/icons/external.svg | 2 +- website/static/icons/github.svg | 2 +- website/static/icons/link.svg | 2 +- website/static/icons/post.svg | 2 +- website/static/icons/twitter.svg | 2 +- website/static/newindex.css | 19 ++++++++++++++----- website/templates/newindextemplate.html | 11 ++++++++--- 7 files changed, 27 insertions(+), 13 deletions(-) diff --git a/website/static/icons/external.svg b/website/static/icons/external.svg index 9f0431b..afc5079 100644 --- a/website/static/icons/external.svg +++ b/website/static/icons/external.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/website/static/icons/github.svg b/website/static/icons/github.svg index e1632c7..90e3f81 100644 --- a/website/static/icons/github.svg +++ b/website/static/icons/github.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/website/static/icons/link.svg b/website/static/icons/link.svg index df65a89..ff2f0dc 100644 --- a/website/static/icons/link.svg +++ b/website/static/icons/link.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/website/static/icons/post.svg b/website/static/icons/post.svg index 4ab0ab5..e96c37b 100644 --- a/website/static/icons/post.svg +++ b/website/static/icons/post.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/website/static/icons/twitter.svg b/website/static/icons/twitter.svg index 7d37572..e08ec79 100644 --- a/website/static/icons/twitter.svg +++ b/website/static/icons/twitter.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/website/static/newindex.css b/website/static/newindex.css index 26acfa6..ca7755d 100644 --- a/website/static/newindex.css +++ b/website/static/newindex.css @@ -1,9 +1,9 @@ body { - margin: 2em 0 0 0; + margin: 0; font-family: 'Segoe UI Variable', sans-serif; background-color: #282828; - color: #F1F1F1; + display: grid; place-items: center; @@ -18,8 +18,11 @@ body { gap: 2.5em; padding: 2em; - background-color: #202020; + background-color: #fdfdfd; box-shadow: 0 0 1em 0 #202020; + + position: relative; + margin-top: 96px; } .linkColumn { @@ -48,7 +51,7 @@ body { } #nowplaying .nowPlayingLine2 { - font-size: 1.4em; + font-size: 1.25em; } .apiVersion { @@ -68,7 +71,7 @@ body { } a, a:link { - color: #FF5A36; + color: #366FFF; } a:hover { @@ -77,4 +80,10 @@ a:hover { a > img { margin-right: 0.2em; +} + +#miauMiau { + position: absolute; + top: -90px; + right: 9%; } \ No newline at end of file diff --git a/website/templates/newindextemplate.html b/website/templates/newindextemplate.html index 5ca4add..eeea358 100644 --- a/website/templates/newindextemplate.html +++ b/website/templates/newindextemplate.html @@ -27,9 +27,12 @@ +
+ Snow Leopard Icon
- Globe Icon + +

Welcome to Enstrayed.com

@@ -55,13 +58,13 @@
- Snow Leopard Icon +

@Enstrayed

-
+

Notes

    @@ -70,5 +73,7 @@
+ +
\ No newline at end of file