tabs in beiträgen gemerget

This commit is contained in:
2025-11-21 13:57:07 +01:00
parent e55f17f0c8
commit 23a5714119
3 changed files with 26 additions and 5 deletions

View File

@@ -455,15 +455,21 @@ h1 {
.search-filter-toggle {
display: inline-flex;
align-items: center;
gap: 6px;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: #1f2937;
font-weight: 700;
color: #0f172a;
padding: 7px 12px;
border-radius: 10px;
background: linear-gradient(135deg, #eef2ff 0%, #e0f2fe 100%);
border: 1px solid #d0d7ff;
box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}
.search-filter-toggle input {
width: 16px;
height: 16px;
accent-color: #2563eb;
}
.tab-btn {