update guestbook colors. update changelog
This commit is contained in:
parent
4bf92aea30
commit
ca7c2da465
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue