Skip to content

Commit

Permalink
Add borders to pre
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 14, 2023
1 parent 7a1d7aa commit cc26f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ pre {
margin: 1rem 0rem;
padding: 1rem;
background-color: var(--bg-secondary-color);
border-style: solid;
border-width: 1px;
border-color: var(--border-primary-color);
}

code {
Expand Down

0 comments on commit cc26f83

Please sign in to comment.