Fixed log color and also changed the font

pull/4003/head
twanariens 3 years ago
parent 9f28b3eedf
commit 9c8da69b09

@ -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;
} }
Loading…
Cancel
Save