Skip to content

Commit

Permalink
fix(docs): info custom block in dark (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
edimitchel committed Jan 13, 2022
1 parent b02447f commit 2ef6c3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/main.css
Expand Up @@ -66,6 +66,10 @@ main.home {
background-color: rgba(255, 229, 100, 0.1)
}

.custom-block.info {
color: var(--c-text-light-2);
}

.custom-block.warning {
color: inherit;
}
Expand Down

0 comments on commit 2ef6c3a

Please sign in to comment.