Skip to content

Commit

Permalink
fix: color for topic directive (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Feb 12, 2024
1 parent 9e7760c commit b0b6ab3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,10 @@ div.nboutput
background-color: transparent;
}

aside.topic > p {
color: var(--pst-color-text-base) !important;
}

/*
############
Border lines
Expand Down

0 comments on commit b0b6ab3

Please sign in to comment.