diff --git a/site/changelog.php b/site/changelog.php
index ab758e1..df5516b 100644
--- a/site/changelog.php
+++ b/site/changelog.php
@@ -162,6 +162,23 @@
+
+ 01-11-2025
+
+ -
+ updated anchor element colors for the different states they can be in
+
+ -
+ updated border colors for picrew image gallery
+
+ -
+ updated border colors for guestbook
+
+ -
+ updated writing in about to better reflect the current state of emma
+
+
+
diff --git a/style/guestbook.css b/style/guestbook.css
index 06ec59f..be80143 100644
--- a/style/guestbook.css
+++ b/style/guestbook.css
@@ -1,9 +1,9 @@
:root {
--pagebg:#232c2f;
- --pagecolor:#65eeb788;
- --button-border-color: #588c7388;
- --button-color: #65eeb788;
- --border: #588c7388;
+ --pagecolor: #DB7093;
+ --button-border-color: #DB7093;
+ --button-color: #FFB6C1;
+ --border: #DB7093;
}
ul.pages {