diff --git a/site/changelog.php b/site/changelog.php
index e49dfa9..ab758e1 100644
--- a/site/changelog.php
+++ b/site/changelog.php
@@ -157,6 +157,9 @@
changes nonbinary pride border to trans pride border due to further progress and understanding of my gender identity
+
+ i'm entering my pink era, and parts of the site have been updated to reflect that <3
+
diff --git a/style/style.css b/style/style.css
index 1fc4d62..9e4f1a0 100644
--- a/style/style.css
+++ b/style/style.css
@@ -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 {