Skip to content

Commit

Permalink
docs: fix dark mode font color (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 11, 2024
1 parent c7f0379 commit f89f048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/used.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ul {
.content {
padding: 46px 0;
color: #181818;
color: var(--text-primary);
h3 {
font-size: 20px;
Expand Down Expand Up @@ -169,4 +169,4 @@ ul {
}
}
}
</style>
</style>

0 comments on commit f89f048

Please sign in to comment.