mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Fix log colors in dark mode
This commit is contained in:
parent
f638079361
commit
1fe322bbac
1 changed files with 5 additions and 5 deletions
|
|
@ -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)}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue