Skip to content

Commit

Permalink
Adding a background colour to html code element
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGHEDEV committed Oct 10, 2023
1 parent 6e6e103 commit 783d3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pre {

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

0 comments on commit 783d3d7

Please sign in to comment.