feat(ui): pride flag

Amolith created

Change summary

themes/secluded/assets/scss/_main.scss | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

Detailed changes

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;