From a841381cc844776e3561cc1ce7189120a91ee655 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 Mar 2024 20:33:15 +0100 Subject: view: Do not change button color Design changes should be avoided for now since simple.css cares about the CSS part of Ceres. --- view/html/recipe-confirm-deletion.html | 2 +- view/html/recipe.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/html/recipe-confirm-deletion.html b/view/html/recipe-confirm-deletion.html index 7ad08a3..8c89663 100644 --- a/view/html/recipe-confirm-deletion.html +++ b/view/html/recipe-confirm-deletion.html @@ -10,7 +10,7 @@

Do you really want to delete this recipe?

- +
{{ template "footer" }} diff --git a/view/html/recipe.html b/view/html/recipe.html index c2d9ddc..a99690a 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -10,7 +10,7 @@

- +

{{ if ne .Portions "" }}

Portions: {{.Portions}}

{{end}}{{ if ne .Url "" }}

Original recipe: link

{{end}}{{ if ne .Notes "" }} -- cgit v1.2.3-70-g09d2