Skip to content

Commit

Permalink
FEAT: Fixed Lint Issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avik-creator committed Nov 15, 2024
1 parent 57d7282 commit d82a741
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/components/Installer/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
border-radius: 4px;
}


.details_list {
margin-top: 0.5rem;
padding-left: 1.5rem;
Expand All @@ -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;
}
}

0 comments on commit d82a741

Please sign in to comment.