Skip to content

Commit 210fed6

Browse files
authored
Merge pull request #5 from devsakae/fix-darkmode
fix: arrumando a cor dos áudios no lightmode
2 parents 8f877c5 + 89b3586 commit 210fed6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/App.css

+7-2
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,11 @@ blockquote:after {
476476
display: flex;
477477
justify-content: space-evenly;
478478
margin: 10px 0;
479+
color: var(--darkColor);
480+
}
481+
482+
.dark .agradecimentos {
483+
color: white;
479484
}
480485

481486
.agradecimentos ul, li {
@@ -488,8 +493,8 @@ blockquote:after {
488493
text-align: left;
489494
}
490495

491-
.dark .agradecimentos ul, li, h2 {
492-
color: white;
496+
.agradecimentos ul, li, h2 {
497+
color: inherit;
493498
}
494499

495500
/*--------- END --------*/

0 commit comments

Comments
 (0)