mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed log color and also changed the font
This commit is contained in:
parent
9f28b3eedf
commit
9c8da69b09
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue