Skip to content

Commit

Permalink
Add colors to debug log
Browse files Browse the repository at this point in the history
Fix background color for #output ID.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Mar 11, 2022
1 parent 5ae92ac commit d5268a3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ pre {
#output {
padding: 10px 3px;
border-radius: 12px;
background: #181818;
color: #9ab;
}

td code {
Expand Down Expand Up @@ -1888,6 +1890,29 @@ input[type="password"]::-webkit-caps-lock-indicator {
color: #36f !important;
}

/* Used in debug log page */
.log-red {
color: #e22;
}
.log-green {
color: #0b0;
}
.log-yellow {
color: #fb0;
}
.log-blue {
color: #08c;
}
.log-purple {
color: #c6f;
}
.log-cyan {
color: #0df;
}
.log-gray {
color: #999;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
margin: 10px 0;
text-transform: uppercase;
Expand Down

0 comments on commit d5268a3

Please sign in to comment.