update guestbook colors. update changelog

This commit is contained in:
emma 2025-01-11 18:19:09 -05:00
parent 4bf92aea30
commit ca7c2da465
2 changed files with 21 additions and 4 deletions

View File

@ -162,6 +162,23 @@
</li>
</ul>
</li>
<li>
01-11-2025
<ul class="nested-list">
<li>
updated anchor element colors for the different states they can be in
</li>
<li>
updated border colors for <a href="../life/emmas-self/picrew.php" target="_blank">picrew</a> image gallery
</li>
<li>
updated border colors for <a href="../guestbook/index.php" target="_blank">guestbook</a>
</li>
<li>
updated writing in <a href="./about.php" target="_blank">about</a> to better reflect the current state of emma
</li>
</ul>
</li>
</ul>
</details>
</section>

View File

@ -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 {