From d52e844fa5f3858e44fc7ccef77d50f64867a7cb Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Thu, 4 Jun 2020 19:25:06 +0200 Subject: [PATCH] Reformat the delete buttons --- app/assets/stylesheets/favorites.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/favorites.scss b/app/assets/stylesheets/favorites.scss index a780c04..89c7057 100644 --- a/app/assets/stylesheets/favorites.scss +++ b/app/assets/stylesheets/favorites.scss @@ -40,7 +40,9 @@ display: flex; :nth-child(2) { - color: darkred; + -webkit-text-fill-color: #ffffff; + background-color: #ff1919; + border-radius: 4px; } }