feat: published recipes

This commit is contained in:
Leyla Becker 2026-02-20 13:03:17 -06:00
parent 0507d5c52f
commit e84f6f9899
64 changed files with 119 additions and 69 deletions

View file

@ -309,8 +309,8 @@ a {
text-decoration: none;
}
/* Draft Warning Banner */
.draft-warning-banner {
/* Warning Banner */
.warning-banner {
background-color: var(--color-bg-warning);
border: 1px solid var(--color-border-warning);
border-radius: var(--radius-block);
@ -319,6 +319,7 @@ a {
color: var(--color-warning-text);
font-weight: var(--font-weight-medium);
text-align: center;
line-height: 1.5;
}
/* Footer */