From 1b36ff01f4f1520e2bb05467f4e7b3d86297f0a4 Mon Sep 17 00:00:00 2001 From: aashimawadhwa Date: Fri, 30 Jul 2021 03:10:56 +0530 Subject: [PATCH] changed the button color --- Style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Style.css b/Style.css index 91fc310..3b203db 100644 --- a/Style.css +++ b/Style.css @@ -664,9 +664,15 @@ body { padding: 2px; float: left; margin: 5px; - background-color: gray; + background-color:red; height: 28px; } + #inc{ + background-color: #0069d9; + } + #dec{ + background-color: #0069d9;; + } .fontsetting select { margin: 5px;