diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/system/debug/debug.component.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/app/+admin/system/debug/debug.component.scss b/client/src/app/+admin/system/debug/debug.component.scss index 90addd284..7bc8fa946 100644 --- a/client/src/app/+admin/system/debug/debug.component.scss +++ b/client/src/app/+admin/system/debug/debug.component.scss | |||
@@ -2,5 +2,10 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .root { | 4 | .root { |
5 | font-size: 14px; | 5 | font-size: 15px; |
6 | |||
7 | code { | ||
8 | font-size: 14px; | ||
9 | font-weight: $font-semibold; | ||
10 | } | ||
6 | } | 11 | } |