From d82a741866432b04c3af454dde63819014b57cd0 Mon Sep 17 00:00:00 2001 From: Avik-creator Date: Fri, 15 Nov 2024 21:13:54 +0530 Subject: [PATCH] FEAT: Fixed Lint Issues. --- src/components/Installer/styles.module.css | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/components/Installer/styles.module.css b/src/components/Installer/styles.module.css index 438d122..b7884a7 100644 --- a/src/components/Installer/styles.module.css +++ b/src/components/Installer/styles.module.css @@ -47,7 +47,6 @@ border-radius: 4px; } - .details_list { margin-top: 0.5rem; padding-left: 1.5rem; @@ -67,16 +66,16 @@ border-radius: 4px; } -@media(prefers-color-scheme: dark){ - .details_wrapper { - background-color: #0f6c12; - color: white; - } +@media (prefers-color-scheme: dark) { + .details_wrapper { + background-color: #0f6c12; + color: white; + } - .link { - color: white; - display: inline-block; - margin-top: 0.5rem; - text-decoration: underline; - } + .link { + color: white; + display: inline-block; + margin-top: 0.5rem; + text-decoration: underline; + } }