Skip to content

Commit

Permalink
Docs: make code block comment color more contrast (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Shkutnyk <[email protected]>
  • Loading branch information
invader89 and Max Shkutnyk authored Oct 24, 2024
1 parent f44d493 commit 543a33a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,3 +634,10 @@ button[class^="Sidebar-link-buttonWrapper"] {
.extra-green {
color: #38761d !important;
}

/*
This is hacky fix for the code block comment color
*/
.code-block-line-content span[style*="color: rgb(194, 195, 197)"] {
color: rgb(155, 156, 158) !important;
}

0 comments on commit 543a33a

Please sign in to comment.