From acd6302e48a129b2d827c49062c24ed7bacfeb05 Mon Sep 17 00:00:00 2001 From: Violet Date: Tue, 7 Nov 2023 20:48:35 +0000 Subject: [PATCH] Moar stuff! --- static/index.html | 17 ++++++++++------- static/style.css | 10 ++++------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/static/index.html b/static/index.html index 217b5fb..dbe8118 100644 --- a/static/index.html +++ b/static/index.html @@ -13,9 +13,9 @@ +

Welcome to Violet's Purgatory

- + style="display: flex; justify-content: center; align-items: center; width: 100%; height: 80%;">

Violet

@@ -28,21 +28,24 @@

- +

Fediverse: @Bingus_Violet@tech.lgbt

Socials

Pronouns

-

The world's worst developer

+
+

Ko-Fi: bingus_violet - Please donate!

+

If you have any problems with the site, put up an issue on codeberg!

-
+

The world's worst developer

diff --git a/static/style.css b/static/style.css index 811b440..fabb71b 100644 --- a/static/style.css +++ b/static/style.css @@ -19,7 +19,7 @@ h2 { body { margin: auto; - background-color: rgb(10, 5, 20); + background-color: rgb(30, 5, 60); width: 100vw; height: 100vh; } @@ -46,13 +46,13 @@ a { margin: 3px; display: inline-block; transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); - /* transform: scale(0.95) */ + transform: scale(0.95) } .chip:hover { /* background-color: rgb(20, 10, 30); */ - /* transform: scale(1); */ - font-size: 1.35rem; + transform: scale(1); + /* font-size: 1.35rem; */ border-color: white; } @@ -151,12 +151,10 @@ hr { 0% { opacity: 0; transform: translateY(20%); - background-color: black; } 100% { opacity: 1; transform: none; - background-color: rgb(15, 5, 30); } } \ No newline at end of file