update colors. update changelog

This commit is contained in:
emma 2025-01-10 23:06:31 -05:00
parent 7adead255f
commit a81f1e8c84
2 changed files with 10 additions and 7 deletions

View File

@ -157,6 +157,9 @@
<li>
changes nonbinary pride border to trans pride border due to further progress and understanding of my gender identity
</li>
<li>
i'm entering my pink era, and parts of the site have been updated to reflect that &lt;3
</li>
</ul>
</li>
</ul>

View File

@ -9,10 +9,10 @@
}
:root {
--background-color: #e0ffcd;
--body-background-color: #ffebbb;
--scroll-gutter: #65eeb788;
--scroll-bar: #588c7388;
--background-color: #ffe9e3;
--body-background-color: #ffcccc;
--scroll-gutter: #eb76ff88;
--scroll-bar: #ffa8ec88;
}
@ -75,7 +75,7 @@ header {
border-bottom: 10px solid;
border-image-slice: 1;
border-width: 5px;
border-image-source: linear-gradient(to right, #D60270, #9B4F96, #0038A8);
border-image-source: linear-gradient(to right, #D60270 0 33%, #9B4F96 33% 66%, #0038A8 66%);
font-size: 1.4rem;
margin-top: 0.43rem;
}
@ -91,7 +91,7 @@ footer {
border-top: 10px solid;
border-image-slice: 1;
border-width: 5px;
border-image-source: linear-gradient(to right, #595959 0 35%, #CF7280 41%, #EEDE77 47%, #E8E8E8 53%, #7BC2E0 59%, #3BB07D 65%, #595959 71%);
border-image-source: linear-gradient(to right, #595959 0 35%, #CF7280 35% 41%, #EEDE77 41% 47%, #E8E8E8 47% 53%, #7BC2E0 53% 59%, #3BB07D 59% 65%, #595959 65% 71%);
font-family: system-ui;
font-size: 1.3rem;
letter-spacing: 0.05rem;
@ -118,7 +118,7 @@ nav {
border-right: 10px solid;
border-image-slice: 1;
border-width: 5px;
border-image-source: linear-gradient(to bottom, #FCF434, #FFFFFF, #9C59D1, #2C2C2C);
border-image-source: linear-gradient(to bottom, #5BCEFA 0 20%, #F5A9B8 20% 40%, #FFFFFF 40% 60%, #F5A9B8 60% 80%, #5BCEFA 80%);
}
section {