Make section dividers more visible (remove opacity)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<style>
|
||||
.recipe-preview { display: none; }
|
||||
.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 {
|
||||
max-width: 300px;
|
||||
max-height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user