add the rainbow flag

This commit is contained in:
b1ek 2024-01-21 11:22:28 +10:00
parent 82559e0e85
commit d9b49745c2
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 12 additions and 4 deletions

View File

@ -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 {

View File

@ -19,9 +19,10 @@
<body>
<div class='screen bg'></div>
<div class='screen content'>
<h1 style='margin-bottom:0.25em'>
<h1 style='margin-bottom:0'>
<a href='/' class="title-a">blek! World</a>
</h1>
<hr style='margin:0 auto'/>
{% block content %} {% endblock %}