feat(ui): pride flag

This commit is contained in:
Amolith 2025-06-03 14:45:13 -06:00
parent 0ea4e84975
commit 3abe305ad1
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
1 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,23 @@
html {
scroll-behavior: smooth;
padding: 0 15px;
border-top: 0.5em solid #808080;
min-height: 100vh;
padding: 2em;
--border-color: linear-gradient(
to right,
#ffafc7 10%,
#73d7ee 10% 20%,
#613915 20% 30%,
#000000 30% 40%,
#e50000 40% 50%,
#ff8d00 50% 60%,
#ffee00 60% 70%,
#028121 70% 80%,
#004cff 80% 90%,
#760088 90%
);
border-image: var(--border-color) 1;
}
body {
font-family: Heliotrope;