From b5c2b76e612074c5d2957c1f017d740c0b5f76c5 Mon Sep 17 00:00:00 2001 From: Kai Zhu Date: Sun, 26 Apr 2020 19:57:03 +0100 Subject: [PATCH] Added background colour to reset and permalink buttons --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index fa575e3..5b76025 100644 --- a/css/styles.css +++ b/css/styles.css @@ -304,7 +304,7 @@ input[type=number] { padding: 8px 16px; border-width: 0px; border-radius: 40px; - background: transparent; + background: #F3F3F3; font-size: 1.2rem; transition: 0.2s all; position: relative;