Skip to content

Commit

Permalink
restore style.css to fix broken
Browse files Browse the repository at this point in the history
  • Loading branch information
27langD authored Nov 30, 2023
1 parent 35ab3d2 commit 3f5978d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

body
{
font-family: 'south_parkregular';
font-weight: normal;
font-style: normal;
font-family: sans-serif;
text-align: center;
color: #1f1017;
background-color: rgb(15, 156, 57);
Expand Down Expand Up @@ -58,9 +56,7 @@ hr

.code-block
{
font-family: 'south_parkregular';
font-weight: normal;
font-style: normal;
font-family: monospace;
font-size: 12pt;
background-color: #0f000777;
border-radius: 3px;
Expand Down

0 comments on commit 3f5978d

Please sign in to comment.