Make section dividers more visible (remove opacity)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 13:23:15 +01:00
parent 56f1bc84a3
commit 6e7ad11933
+1 -1
View File
@@ -5,7 +5,7 @@
<style> <style>
.recipe-preview { display: none; } .recipe-preview { display: none; }
.recipe-preview.visible { display: block; } .recipe-preview.visible { display: block; }
.section-divider { border: none; border-top: 1px solid var(--border); margin: 1.2rem 0; opacity: 0.4; } .section-divider { border: none; border-top: 1px solid var(--border); margin: 1.2rem 0; }
.recipe-image { .recipe-image {
max-width: 300px; max-width: 300px;
max-height: 200px; max-height: 200px;