mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix log colors in dark mode
This commit is contained in:
		@@ -16,9 +16,9 @@
 | 
			
		||||
 | 
			
		||||
</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
 | 
			
		||||
    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">
 | 
			
		||||
      {{log.created | date:'short'}}
 | 
			
		||||
      {{getLevelText(log.level)}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user