Fixed log color and also changed the font

This commit is contained in:
twanariens 2021-01-24 00:59:10 +01:00
commit 9c8da69b09

View file

@ -9,5 +9,10 @@
} }
::ng-deep .dark .code-block { ::ng-deep .dark .code-block {
color:#FFF !important; color:#FFF;
}
::ng-deep .code-block {
color:#FFF;
font-family: Menlo, Monaco, "Courier New", Courier, monospace;
} }