Skip to content

Commit

Permalink
🐞 fix: Content text color
Browse files Browse the repository at this point in the history
  • Loading branch information
raxhvl committed May 3, 2024
1 parent 30d57dc commit 2625d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ body .markdown-section {

/* link */
--link-color: #ba9afd;

/* text */
--primary-text-color: #fff;
}

section.content{
color: var(--primary-text-color);
}

/* sidebar */
Expand Down

0 comments on commit 2625d8f

Please sign in to comment.