Skip to content

Commit

Permalink
pre styling
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Aug 9, 2024
1 parent 773f32e commit aa57eb0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,17 @@ a.back:hover {

code, .hashtag {
background-color: #272822;
border-radius: 0.25em;
color: #f8f8f2;
}

code:not(pre code), .hashtag {
border-radius: 0.25em;
padding: 0.05em 0.25em;
}

pre code {
display: block;
padding: 1em;
border-radius: 0.5em;
overflow-x: auto;
}

0 comments on commit aa57eb0

Please sign in to comment.