diff --git a/src/recipes/coconut-lentil-soup.md b/src/recipes/coconut-lentil-soup.md index deaf3e3..72e94c2 100644 --- a/src/recipes/coconut-lentil-soup.md +++ b/src/recipes/coconut-lentil-soup.md @@ -3,6 +3,7 @@ title: Coconut lentil soup image: /recipe-images/coconut-lentil-soup.jpg tags: - Soup 🥣 + - Vegetarian 🌿 - Vegan 🌱 sourceLabel: Bon Appétit sourceURL: https://www.bonappetit.com/recipe/vegan-coconut-lentil-soup diff --git a/src/recipes/simple-brownies.md b/src/recipes/simple-brownies.md index bc3a52f..e64b88d 100644 --- a/src/recipes/simple-brownies.md +++ b/src/recipes/simple-brownies.md @@ -4,6 +4,7 @@ image: /recipe-images/brownies.jpg tags: - Sweet 🍬 - Cake 🍰 + - Vegetarian 🌿 - Sharable - Favourite ⭐ time: 45 min diff --git a/src/scss/_global.scss b/src/scss/_global.scss index d79aa92..e47db51 100644 --- a/src/scss/_global.scss +++ b/src/scss/_global.scss @@ -44,7 +44,7 @@ a { &:hover, &:focus { outline: none; - text-decoration: underline 4px; + text-decoration: none; } &:focus-visible {