From f85f8c85b458442376c9143c7019fa7acfaba275 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Sat, 12 Jul 2025 19:59:52 -0700 Subject: [PATCH] new styling --- public/index.html | 3 --- public/static/style.css | 16 +++++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index cf8b5c3..14d2a3c 100644 --- a/public/index.html +++ b/public/index.html @@ -33,9 +33,6 @@ ' ``'--,..,. mic -

-

Want to promote us? Add this button to your site!

- diff --git a/public/static/style.css b/public/static/style.css index 9e4dc3b..f255513 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1,5 +1,7 @@ body { - background-color: #FAFAFA; + background-color: #0C312E; + color: #FF6666; + font-family: Helvetica, sans-serif; } h1 { @@ -7,23 +9,23 @@ h1 { line-height: 96px; } -a.tiny { - color: #7900A7; +a { + color: #2EC4B6; } a.pin1 { font-size: 14px; - color: #7900A7; + color: #2EC4B6; } a:visited { - color: #7900A7; + color: #17625B; } .title { - color: #7900A7; + color: #FF6666; font-weight: bold; font-size: 83px; - font-family: "Georgia"; + font-family: Helvetica, sans-serif; }