diff --git a/assets/socials/fediverse.png b/assets/socials/fediverse.png
deleted file mode 100644
index 04b5a69..0000000
Binary files a/assets/socials/fediverse.png and /dev/null differ
diff --git a/index.html b/index.html
index 93b39de..e40f982 100644
--- a/index.html
+++ b/index.html
@@ -61,7 +61,7 @@
- (my socials, categorized by what type of services they are ● in order of most prefered to least prefered! ● some of these have extra info you can find by clicking their icons)
+ my socials, feel free to get in touch with me using these ● you can find extra info by clicking their icons!
diff --git a/style.css b/style.css
index c13145f..399c3f6 100644
--- a/style.css
+++ b/style.css
@@ -689,13 +689,13 @@ footer > .dot {
@media (prefers-color-scheme: light) {
:root {
--page-bg: #FFFFFF;
- --bg: #E6F4EB;
- --bg-t: #BCFFE1;
- --header: #00C293;
- --header-2: #00A47C;
+ --bg: #EBFFF9;
+ --bg-t: #ADFFE7;
+ --header: #00B881;
+ --header-2: #007A56;
--fg: #121E19;
--accent-1: #00E1A9;
- --shadow: #36FFC4;
+ --shadow: #ADFFE7;
}
html {