From 3abe305ad1fb96c9be2a1cd21dbbee1acc6fb1cf Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Jun 2025 14:45:13 -0600 Subject: [PATCH] feat(ui): pride flag --- themes/secluded/assets/scss/_main.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/themes/secluded/assets/scss/_main.scss b/themes/secluded/assets/scss/_main.scss index 265bae5..94bd366 100644 --- a/themes/secluded/assets/scss/_main.scss +++ b/themes/secluded/assets/scss/_main.scss @@ -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;