Update index.html

This commit is contained in:
SparrOSDeveloperTeam 2018-06-29 21:02:14 -05:00 committed by GitHub
parent 5e79203b0a
commit 991bf83152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@
</head> </head>
<style type="text/css"> <style type="text/css">
code { code {
background-color: gray; background-color: #eee;
color: white; color: white;
padding: 20px; padding: 10px;
display: block; display: block;
} }
</style> </style>