Increase debug font size
authorChocobozzz <me@florianbigard.com>
Wed, 8 Apr 2020 08:54:39 +0000 (10:54 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 8 Apr 2020 08:54:39 +0000 (10:54 +0200)
client/src/app/+admin/system/debug/debug.component.scss

index 90addd284216a81f6ecc8b7390a9debb7924326e..7bc8fa9464da98ee6d557c24bad61df5f9115d83 100644 (file)
@@ -2,5 +2,10 @@
 @import '_mixins';
 
 .root {
-  font-size: 14px;
+  font-size: 15px;
+
+  code {
+    font-size: 14px;
+    font-weight: $font-semibold;
+  }
 }