From ca7c2da465286b437b6288a2213d7ff1a496ee91 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 11 Jan 2025 18:19:09 -0500 Subject: [PATCH] update guestbook colors. update changelog --- site/changelog.php | 17 +++++++++++++++++ style/guestbook.css | 8 ++++---- 2 files changed, 21 insertions(+), 4 deletions(-) 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 + +
  • 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 {