From a4429e8b7b05f6ea0a37fefdb3bec99a020912e2 Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Sat, 20 Feb 2021 17:57:20 -0500 Subject: [PATCH] chore(prettier): prettify css file --- res/style/swappy.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/res/style/swappy.css b/res/style/swappy.css index 7d915aa..c705661 100644 --- a/res/style/swappy.css +++ b/res/style/swappy.css @@ -9,21 +9,21 @@ } .color-box button { - padding: 6px 10px; + padding: 6px 10px; } .color-box image { - border-radius: 50px; + border-radius: 50px; } .color-box .color-red image { - background-color: rgb(255, 0, 0); + background-color: rgb(255, 0, 0); } .color-box .color-green image { - background-color: rgb(0, 255, 0); + background-color: rgb(0, 255, 0); } .color-box .color-blue image { - background-color: rgb(0, 0, 255); + background-color: rgb(0, 0, 255); }