fix print styles, nested numbering in a recipe
This commit is contained in:
parent
ea11d8beb8
commit
7a9ffebca9
2 changed files with 7 additions and 6 deletions
|
@ -381,6 +381,9 @@ body > header > nav {
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
:root {
|
:root {
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
body {
|
||||||
--c-highlight: white --c-dark: white;
|
--c-highlight: white --c-dark: white;
|
||||||
--c-accent: black;
|
--c-accent: black;
|
||||||
--c-light: white;
|
--c-light: white;
|
||||||
|
@ -388,8 +391,6 @@ body > header > nav {
|
||||||
--c-text-light: black;
|
--c-text-light: black;
|
||||||
--c-text-dark: black;
|
--c-text-dark: black;
|
||||||
|
|
||||||
font-size: 10pt;
|
|
||||||
|
|
||||||
--content-width: 100vw;
|
--content-width: 100vw;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Creamy Chicken Orzo
|
title: Creamy Chicken Orzo
|
||||||
description:
|
description: Rich and comforting chicken and pasta dish
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
@ -20,9 +20,9 @@ description:
|
||||||
|
|
||||||
1. Cook the orzo per the package instructions.
|
1. Cook the orzo per the package instructions.
|
||||||
2. While that cooks, make a mirepoix:
|
2. While that cooks, make a mirepoix:
|
||||||
a. In a large skillet over medium high heat add the butter and olive oil.
|
1. In a large skillet over medium high heat add the butter and olive oil.
|
||||||
b. Once the butter is melted add in the diced onion, carrots and celery.
|
2. Once the butter is melted add in the diced onion, carrots and celery.
|
||||||
c. Allow the veggies to sauté for 4-5 minutes until they start to soften up.
|
3. Allow the veggies to sauté for 4-5 minutes until they start to soften up.
|
||||||
3. Reduce the heat to low and sprinkle the all-purpose flour over the veggies and whisk together until it forms a paste/roux. While stirring constantly, allow the roux to cook for 2-3 minutes.
|
3. Reduce the heat to low and sprinkle the all-purpose flour over the veggies and whisk together until it forms a paste/roux. While stirring constantly, allow the roux to cook for 2-3 minutes.
|
||||||
4. Pour into the roux the chicken broth and heavy whipping cream. Whisk together until no clumps are present and the mixture starts to thicken.
|
4. Pour into the roux the chicken broth and heavy whipping cream. Whisk together until no clumps are present and the mixture starts to thicken.
|
||||||
5. Add in the diced chicken and allow the mixture to simmer until it reaches desired thickness. Pour in drained orzo and stir to combine. Serve & enjoy!
|
5. Add in the diced chicken and allow the mixture to simmer until it reaches desired thickness. Pour in drained orzo and stir to combine. Serve & enjoy!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue