Applied theme styles to log output

This commit is contained in:
billz 2017-11-02 21:05:40 +00:00
parent 8d1370e2fd
commit 19a32f53ba
2 changed files with 11 additions and 1 deletions

View File

@ -76,3 +76,8 @@ h4 {
width: 140px;
float: left;
}
.logoutput {
width: 100%;
height: 300px;
}

View File

@ -196,4 +196,9 @@ a:focus, a:hover {
float: left;
}
.logoutput {
width: 100%;
height: 300px;
background-color: #000;
border-color: #33ff00;
}