Skip to content

Commit

Permalink
Highlight border fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rramires committed Sep 8, 2023
1 parent 8c6cf03 commit 5b5f069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ code, pre {

pre {
padding:8px 15px;
background: #f8f8f8;
background: #22272E;
border-radius:5px;
border:1px solid #e5e5e5;
border:1px solid black;
overflow-x: auto;
}

Expand Down

0 comments on commit 5b5f069

Please sign in to comment.