Skip to content

Commit

Permalink
style: increase body border width and change color
Browse files Browse the repository at this point in the history
Adjust the border properties of the body element in custom.css.
Increase the border width to 2px and change the border color to slategray.
This provides a more prominent and visually appealing border.
  • Loading branch information
iton0 committed Feb 6, 2024
1 parent 3d636cf commit 3be33bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ body {
box-sizing: border-box;
background-color: black;
border: solid;
border-width: 1px;
border-color: white;
border-width: 2px;
border-color: slategray;
min-height: 75vh;
overflow: auto;
margin-top: 10px;
Expand Down

0 comments on commit 3be33bc

Please sign in to comment.