Skip to content

Commit

Permalink
style: fix invalid text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
binarstrike committed Apr 11, 2024
1 parent 2c2557e commit b77f6b9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
@import url("./base.css");

[data-theme="dark"] {

.hero__title,
.hero__subtitle {
color: #f9f9f9;
}
[data-theme="dark"] .hero__title,
[data-theme="dark"] .hero__subtitle {
color: #f9f9f9;
}

.header-github-link:hover {
Expand Down

0 comments on commit b77f6b9

Please sign in to comment.