Fix log colors in dark mode

This commit is contained in:
Michael Shamoon 2021-01-10 08:36:20 -08:00
parent f638079361
commit 1fe322bbac

View File

@ -16,9 +16,9 @@
</app-page-header> </app-page-header>
<div class="bg-dark p-3 mb-3" infiniteScroll (scrolled)="onScroll()"> <div class="bg-dark p-3 mb-3 text-light text-monospace" infiniteScroll (scrolled)="onScroll()">
<p <p
class="text-light text-monospace m-0 p-0 log-entry-{{log.level}}" class="m-0 p-0 log-entry-{{log.level}}"
*ngFor="let log of logs"> *ngFor="let log of logs">
{{log.created | date:'short'}} {{log.created | date:'short'}}
{{getLevelText(log.level)}} {{getLevelText(log.level)}}