Skip to content

Commit

Permalink
✨ feat: adjust heading + body text
Browse files Browse the repository at this point in the history
  • Loading branch information
raxhvl committed May 7, 2024
1 parent 49e05e4 commit 91b8d15
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,26 @@ body .markdown-section {
--navbar-root-color--active: #ba9afd;
--search-input-background-color: #2d1763;
--table-row-odd-background: #2d1763;
--base-color: #fff;
--heading-color: #fff;
--primary-text-color: #d3d3d3;

/* blockquote*/
--blockquote-background: #2d1763;
--blockquote-color: #fff;
--blockquote-color: var(--primary-text-color);
--blockquote-border-color: #ba9afd;

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

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

section.content{
body {
color: #fff;
}

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

Expand Down

0 comments on commit 91b8d15

Please sign in to comment.