Added styling for code blocks in logs

This commit is contained in:
Kylart 2017-09-28 18:54:53 +02:00
parent a57c0fe8ab
commit f8a15b70af
1 changed files with 9 additions and 0 deletions

View File

@ -63,6 +63,15 @@ export default {
padding-top: 5px;
}
#logs code
{
background-color: rgba(0, 0, 0, 0);
color: white;
display: inline;
font-size: 14px;
font-weight: 400 !important;
}
#logs p
{
text-indent: 20px;