P2: Typografie-Hierarchie — Seiten-/Karten-/Tabellen-Header
- h1: text-2xl font-bold text-slate-900 - Karten-h2: text-base font-semibold text-slate-800 - th: text-xs font-medium uppercase tracking-wider text-slate-500
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block titel %}{{ titel }} — {{ app_name }}{% endblock %}
|
||||
{% block inhalt %}
|
||||
<h1 class="text-2xl font-bold mb-1">Benachrichtigungen — Einstellungen</h1>
|
||||
<h1 class="text-2xl font-bold text-slate-900 mb-1">Benachrichtigungen — Einstellungen</h1>
|
||||
<p class="text-slate-600 mb-4">
|
||||
Wählen Sie, über welche Kanäle Sie Benachrichtigungen erhalten.
|
||||
Mehrere Kanäle sind gleichzeitig möglich.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% block titel %}{{ titel }} — {{ app_name }}{% endblock %}
|
||||
{% block inhalt %}
|
||||
<div class="flex flex-wrap items-center gap-3 mb-1">
|
||||
<h1 class="text-2xl font-bold">{{ titel }}</h1>
|
||||
<h1 class="text-2xl font-bold text-slate-900">{{ titel }}</h1>
|
||||
<span class="inline-flex items-center rounded-full px-2.5 py-0.5 text-sm font-medium
|
||||
{% if ungelesen %}bg-red-100 text-red-700{% else %}bg-slate-200 text-slate-500{% endif %}">
|
||||
{{ ungelesen }} ungelesen
|
||||
|
||||
Reference in New Issue
Block a user