Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sindastra committed Mar 13, 2020
1 parent a4dcb5e commit 4879d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ code, #code {
width:100%;
height:500px;
height:95vh;
font-family:monospace;
font-family:"Share Tech Mono", monospace;
border:none;
outline:0;
tab-size:4;
Expand All @@ -56,7 +56,7 @@ code {
}

#submit {
font-family:monospace;
font-family:"Share Tech Mono", monospace;;
border:1px solid lime;
background:black;
color:lime;
Expand Down

0 comments on commit 4879d38

Please sign in to comment.