add the rainbow flag
This commit is contained in:
parent
82559e0e85
commit
d9b49745c2
|
@ -9,10 +9,17 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background: transparent;
|
margin: 12px 0;
|
||||||
height: 0px;
|
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: 0;
|
||||||
border-bottom: 1px solid #323432;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-content {
|
.md-content {
|
||||||
|
|
|
@ -19,9 +19,10 @@
|
||||||
<body>
|
<body>
|
||||||
<div class='screen bg'></div>
|
<div class='screen bg'></div>
|
||||||
<div class='screen content'>
|
<div class='screen content'>
|
||||||
<h1 style='margin-bottom:0.25em'>
|
<h1 style='margin-bottom:0'>
|
||||||
<a href='/' class="title-a">blek! World</a>
|
<a href='/' class="title-a">blek! World</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
<hr style='margin:0 auto'/>
|
||||||
|
|
||||||
{% block content %} {% endblock %}
|
{% block content %} {% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue