Skip to content

Commit 8bd0ebb

Browse files
Fix/button dark theme (#135)
## Summary by Sourcery Bug Fixes: - Fix button colors in dark theme. --------- Co-authored-by: saeeddawod <saeed.dawod@gmail.com>
1 parent 39a753d commit 8bd0ebb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

theme/styles.module.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,14 @@ h3 {
540540
.hero .hero-subtitle {
541541
text-align: center;
542542
}
543+
544+
[data-theme='dark'] .mainButton {
545+
background-color: #346eee;
546+
color: #ffffff;
547+
}
548+
549+
[data-theme='dark'] .secondaryButton {
550+
background-color: transparent;
551+
color: #ffffff;
552+
border-color: #ffffff;
553+
}

0 commit comments

Comments
 (0)