diff --git a/style/master.css b/style/master.css index a664a3f..864a674 100644 --- a/style/master.css +++ b/style/master.css @@ -11,19 +11,27 @@ html { h1 { font-size: 3em; - text-align: left; margin-top: .5em; padding-bottom: .5em; border-bottom: 1px solid grey; text-align: center; } +h2 { + font-size: 2em; + text-align: left; + margin-top: .5em; + padding-bottom: .5em; + border-bottom: 1px solid grey; + width: 80%; +} + .even { - background-color: #000; + background-color: #565656; } .odd { - background-color: #5f5f5f; + background-color: #888; } .search { diff --git a/style/recipe.css b/style/recipe.css index 03f8b82..60ef484 100644 --- a/style/recipe.css +++ b/style/recipe.css @@ -17,7 +17,9 @@ flex-direction: row; flex-wrap: wrap; justify-content: flex-start; - border-radius: 5px; + border-left: 3px solid #4CAF50; + border-bottom-right-radius: 5px; + border-top-right-radius: 5px; margin-bottom: .1em; } .ingredients_row_amount {