Remove extraneous semicolon

This commit is contained in:
Kognise 2019-04-04 17:18:57 -04:00
parent 1bf29b51a8
commit ec132e22e0
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6

View file

@ -2,7 +2,7 @@ body {
background: #202b38;
color: #dbdbdb;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
text-rendering: optimizeLegibility;;
text-rendering: optimizeLegibility;
margin: 20px;
max-width: 800px;
line-height: 1.4;