From 5bb052377325811670e0dd36076cf5983a641b96 Mon Sep 17 00:00:00 2001 From: Sam <74021826+x39OME@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:37:13 +0300 Subject: [PATCH] Update style.css --- .../14-get-battery-level-&-toggle-light-dark-mode/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/100_projects/14-get-battery-level-&-toggle-light-dark-mode/style.css b/100_projects/14-get-battery-level-&-toggle-light-dark-mode/style.css index cd828e7..40d27d5 100644 --- a/100_projects/14-get-battery-level-&-toggle-light-dark-mode/style.css +++ b/100_projects/14-get-battery-level-&-toggle-light-dark-mode/style.css @@ -29,8 +29,8 @@ section.dark::before{ section::after{ content:''; position: absolute; - width: 220px; - height: 220px; + width: 200px; + height: 200px; background: linear-gradient(#ff2871,rgba(255,40, 113, .2)); border-radius: 50%; transform:translate(80px, 170px) @@ -157,4 +157,4 @@ section.dark .percent{ .dark .toggle::before{ content: '\f185'; color: #161623; -} \ No newline at end of file +}