Skip to content

Commit

Permalink
Fixed log color and also changed the font
Browse files Browse the repository at this point in the history
  • Loading branch information
twanariens committed Jan 23, 2021
1 parent 9f28b3e commit 9c8da69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Ombi/ClientApp/src/app/settings/logs/logs.component.scss
Expand Up @@ -9,5 +9,10 @@
}

::ng-deep .dark .code-block {
color:#FFF !important;
color:#FFF;
}

::ng-deep .code-block {
color:#FFF;
font-family: Menlo, Monaco, "Courier New", Courier, monospace;
}

0 comments on commit 9c8da69

Please sign in to comment.