diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 10:54:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 10:54:39 +0200 |
commit | a911462d02bb9134f539ba904d440693608a27c2 (patch) | |
tree | 3c6e647a9ebf34b84831ade030250e95dd30f8ad /client/src/app | |
parent | 8e11a1b37cb1d226acfe494f8821e5eb6e874dd0 (diff) | |
download | PeerTube-a911462d02bb9134f539ba904d440693608a27c2.tar.gz PeerTube-a911462d02bb9134f539ba904d440693608a27c2.tar.zst PeerTube-a911462d02bb9134f539ba904d440693608a27c2.zip |
Increase debug font size
Diffstat (limited to 'client/src/app')
-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 | } |