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: none;
font-weight: bold;
display: block;
}
.btn2 {
@ -208,6 +209,9 @@ select, .button {
margin: 5px;
}
/*********************/
/* UNIQUE COMPONENTS */
/*********************/

View File

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