diff --git a/app/templates/base.html b/app/templates/base.html index 55a413c..cd61f15 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -22,6 +22,8 @@ .log .level-warning { color: #d97706; } form p { margin: 0.75rem 0; } label { display: block; font-weight: 600; } + .btn-link { background: none; border: none; padding: 0; color: #0366d6; cursor: pointer; font: inherit; text-decoration: none; } + .btn-link:hover { text-decoration: underline; }
@@ -31,7 +33,11 @@ Neuer Serienbrief {% if user.is_authenticated %} - {{ user.username }} · Abmelden + {{ user.username }} · + {% endif %}