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 +}