Move btn-danger style to base.html so it works on all pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 08:57:48 +01:00
parent 6aa7ed3c71
commit ae2f0e062f
2 changed files with 2 additions and 7 deletions
-7
View File
@@ -171,13 +171,6 @@
color: var(--text-dim);
font-size: 0.85rem;
}
.btn-danger {
background: var(--danger);
}
.btn-danger:hover {
background: #b62d2a;
}
/* --- Recipe list --- */
.recipe-list {
display: flex;