Fixed recipe background

This commit is contained in:
hex
2025-01-18 17:26:02 -08:00
parent 39b27e45e9
commit 98fe8493e7

View File

@@ -286,7 +286,7 @@ body {
max-height: calc(100vh - 400px); max-height: calc(100vh - 400px);
overflow-y: auto; overflow-y: auto;
padding: var(--spacing-unit); padding: var(--spacing-unit);
background: color-mix(in srgb, var(--recipe-card-bg) 95%, black); background: color-mix(in srgb, var(--recipe-card-bg) 95%, var(--primary-color));
border-radius: var(--border-radius); border-radius: var(--border-radius);
border: 1px solid var(--recipe-card-border); border: 1px solid var(--recipe-card-border);
} }
@@ -296,7 +296,7 @@ body {
} }
.recipe-content::-webkit-scrollbar-track { .recipe-content::-webkit-scrollbar-track {
background: color-mix(in srgb, var(--recipe-card-bg) 98%, black); background: color-mix(in srgb, var(--recipe-card-bg) 98%, var(--text-color));
border-radius: 4px; border-radius: 4px;
} }