feat: make external site nicer

This commit is contained in:
moanos [he/him] 2024-11-07 13:02:30 +01:00
parent ca8996fff6
commit e2f516d409
2 changed files with 5 additions and 1 deletions

View File

@ -197,6 +197,7 @@ select, .button {
border-radius: 8px; border-radius: 8px;
border: none; border: none;
font-weight: bold; font-weight: bold;
display: block;
} }
.btn2 { .btn2 {
@ -208,6 +209,9 @@ select, .button {
margin: 5px; margin: 5px;
} }
/*********************/ /*********************/
/* UNIQUE COMPONENTS */ /* UNIQUE COMPONENTS */
/*********************/ /*********************/

View File

@ -5,6 +5,6 @@
{% blocktranslate %} {% blocktranslate %}
<p>Achtung du verlässt notfellchen.org</p> <p>Achtung du verlässt notfellchen.org</p>
{% endblocktranslate %} {% endblocktranslate %}
<a href="{{ url }}" class="btn" >{% translate "Weiter" %}</a> <a href="{{ url }}" class="btn button" >{% translate "Weiter" %}</a>
</div> </div>
{% endblock content %} {% endblock content %}