Skip to content

Commit

Permalink
fix: recipe title styles specificity
Browse files Browse the repository at this point in the history
The styles for the title where overridden by content-box styles.
  • Loading branch information
martinhauke committed Aug 21, 2024
1 parent 98e8a87 commit 552b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[lang]/recipe/[name].astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import RecipeMetaData from "../../../components/RecipeMetaData.astro";
</Layout>

<style>
.title {
.content-box.title {
background: var(--pink);
color: var(--red);
margin-bottom: 0;
Expand Down

0 comments on commit 552b1af

Please sign in to comment.