From d9b49745c278d0173e06d6491d4b7b1ec521217f Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 21 Jan 2024 11:22:28 +1000 Subject: [PATCH] add the rainbow flag --- sass/base.scss | 13 ++++++++++--- templates/base.html | 3 ++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sass/base.scss b/sass/base.scss index 23410fe..c85b830 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -9,10 +9,17 @@ h3 { } hr { - background: transparent; - height: 0px; + margin: 12px 0; + background: linear-gradient(90deg, #FE0000 16.66%, + #FD8C00 16.66%, 33.32%, + #CEB600 33.32%, 49.98%, + #119F0B 49.98%, 66.64%, + #0644B3 66.64%, 83.3%, + #B11DCB 83.3%); + height: 1px; + width: 100%; + max-width: 300px; border: 0; - border-bottom: 1px solid #323432; } .md-content { diff --git a/templates/base.html b/templates/base.html index ca09387..47278d5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,9 +19,10 @@
-

+

blek! World

+
{% block content %} {% endblock %}