Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Mar 24, 2024
1 parent e84d79c commit 6b04eb2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ code {
position: relative;
max-width: 100%;
width: 100%;
padding: 1em;
margin: 1em;
padding: 0.5rem;
margin: 0.5rem;
border: 0;
}
pre code {
border: 0;
background-color: transparent;
}
span.pl-pds { color: red; }
span.pl-s { color: darkgreen; }
span.pl-c { color: gray; }
Expand Down

0 comments on commit 6b04eb2

Please sign in to comment.