diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be823dcc..2c72bab59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ [#505](https://github.com/nextcloud/cookbook/pull/505) @christianlupus - Allow pasting of instructions without newline again [#503](https://github.com/nextcloud/cookbook/pull/503) @christianlupus +- Updated color and bullets in nutrition information, fixes #510 + [#511](https://github.com/nextcloud/cookbook/pull/511/) @seyfeb ## 0.7.8 - 2021-01-08 diff --git a/css/style.css b/css/style.css index d07811944..c4960bf11 100755 --- a/css/style.css +++ b/css/style.css @@ -113,22 +113,19 @@ flex-basis: 20rem; padding-right: 2rem; } - #app-content-wrapper aside ul { - list-style-type: disc; + #app-content-wrapper aside ul li { + margin-left: 1em; } - #app-content-wrapper aside ul li { - margin-left: 1em; + #app-content-wrapper aside ul li span, + #app-content-wrapper aside ul li input[type="checkbox"] { + line-height: 1rem; + margin: 0 0.5rem 0 0; + padding: 0; + height: auto; + width: 1rem; + display: inline-block; + vertical-align: middle; } - #app-content-wrapper aside ul li span, - #app-content-wrapper aside ul li input[type="checkbox"] { - line-height: 1rem; - margin: 0 0.5rem 0 0; - padding: 0; - height: auto; - width: 1rem; - display: inline-block; - vertical-align: middle; - } #app-content-wrapper .recipe-content { padding: 1rem; diff --git a/src/components/RecipeNutritionInfoItem.vue b/src/components/RecipeNutritionInfoItem.vue index bf548b3dd..8a8f9a239 100644 --- a/src/components/RecipeNutritionInfoItem.vue +++ b/src/components/RecipeNutritionInfoItem.vue @@ -35,7 +35,8 @@ li { li .title { margin-bottom: 0em; - color: var(--color-primary); + color: var(--color-main-text); + font-weight: bolder; } diff --git a/src/components/RecipeView.vue b/src/components/RecipeView.vue index 3694be1d9..2982dd53a 100644 --- a/src/components/RecipeView.vue +++ b/src/components/RecipeView.vue @@ -58,7 +58,7 @@

{{ t('cookbook', 'Nutrition Information') }}

-