Compare commits

..

No commits in common. "ca7c2da465286b437b6288a2213d7ff1a496ee91" and "a81f1e8c8433090c5365c8e92a951cbf1101d0d5" have entirely different histories.

4 changed files with 9 additions and 30 deletions

View File

@ -20,7 +20,7 @@
</p>
<p>
i'm emma, i'm in my early 30s, i use she/her pronouns. technology and the web have always been core interests of mine. most of my life i've found community through the web. i've felt most understood and accepted by my fellow neighbors on the web. this website serves as a loveletter to the expression i've wanted so often to share with the world. the burning love i want to light up the sky with. in my personal life i cam currently navigating what it means to be me, and recently that means i have come to undertand i am a trans woman. parts of this website with time will showcase the parts of my identity i wish to share with you. so that not only i feel understood, but maybe you do to &lt;3
i'm emma, i'm in my younger 30s. I am a child of the late 90s and 2000s, and spent a lot of time on or around computers when i was younger. i'm nonbinary and bisexual, when i am able to order my pronouns i tend to order them in the way i typically feel i identify with the strongest, the order i chose in this case beeing she/they/he. the physical space i occupy rigth now is not safe to present in the way i would like, but with time i will be able to go somewhere i can be emma in my real life too.
</p>
<p>

View File

@ -162,23 +162,6 @@
</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: #DB7093;
--button-border-color: #DB7093;
--button-color: #FFB6C1;
--border: #DB7093;
--pagecolor:#65eeb788;
--button-border-color: #588c7388;
--button-color: #65eeb788;
--border: #588c7388;
}
ul.pages {

View File

@ -13,10 +13,6 @@
--body-background-color: #ffcccc;
--scroll-gutter: #eb76ff88;
--scroll-bar: #ffa8ec88;
--link-hover: #FF1493;
--link-visited: #8A2BE2;
--link-color: #4B0082;
--border-color: #DB7093;
}
@ -130,16 +126,16 @@ section {
}
a {
color: var(--link-color);
color: #6e5773;
text-decoration: none;
}
a:visited {
color: var(--link-visited);
color: #9a47cb;
}
a:hover {
color: var(--link-hover);
color: #4f323b;
text-decoration: underline;
}
@ -197,7 +193,7 @@ main section ul li {
}
.picrew-gallery img {
border: 4px solid var(--border-color);
border: 4px solid #17b794;
border-radius: 5%;
}