Skip to content

Commit

Permalink
fixed homepage code example
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Dec 18, 2024
1 parent 24753f6 commit a2bd792
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/styles/prism-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ pre {
}

:not(pre) > code[class*="language-"],
code {
pre[class*="language-"] {
background: #2e3440;
padding: 1em;
}

code:not([class*="language-"]) {
padding: 0.1em 0.3em;
background: #2e3440;
padding: 0.1em;
}

code {
Expand Down Expand Up @@ -164,7 +169,3 @@ blockquote {
.important {
border-left: 5px solid #a3be8c;
}

code {

}

0 comments on commit a2bd792

Please sign in to comment.