From b07cba131cbce917b3260275880c81a03f4b9803 Mon Sep 17 00:00:00 2001 From: adnan2508 Date: Wed, 3 Jan 2024 03:07:19 +0600 Subject: [PATCH] changed some colors --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 292f35f..87f22ed 100644 --- a/css/style.css +++ b/css/style.css @@ -10,7 +10,7 @@ body { .button { border-radius: 50% !important; font-size: 1.5em; - background-color: lightgray; + background-color: rgb(179, 190, 12); } #switches { @@ -49,7 +49,7 @@ body { #turn { position: absolute; background: #330000; - color: red; + color: #800707; font-family: courier; font-size: 20px; height: 30px; @@ -62,7 +62,7 @@ body { } #outer-circle { - background: #385a94; + background: #0e3e92; border-radius: 50%; height: 500px; width: 500px; @@ -81,7 +81,7 @@ body { border-radius: 250px 0 0 0; -moz-border-radius: 250px 0 0 0; -webkit-border-radius: 250px 0 0 0; - background: darkgreen; + background: rgb(10, 192, 10); top: 50%; left: 50%; margin: -250px 0px 0px -250px; @@ -99,7 +99,7 @@ body { border-radius: 0 250px 0 0; -moz-border-radius: 0 250px 0 0; -webkit-border-radius: 0 250px 0 0; - background: darkred; + background: rgb(2, 79, 77); top: 50%; left: 50%; margin: -250px 0px 0px 0px;