Skip to content

Commit

Permalink
Fixing inline code snippets so that they show up in dark theme (#660)
Browse files Browse the repository at this point in the history
* Adding a background colour to html code element

* updating css on specific code snippet

* Updating CSS to apply to code elements in spans
  • Loading branch information
TIGHEDEV authored Oct 12, 2023
1 parent 6e6e103 commit fc29417
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helper/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,12 @@ code {
a {
color: #9370DB !important;
}


span code{
color: #171717;
background-color: #e6e6e6;
line-height: 130%;
direction: ltr;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
}

0 comments on commit fc29417

Please sign in to comment.