Increase debug font size
This commit is contained in:
parent
8e11a1b37c
commit
a911462d02
|
@ -2,5 +2,10 @@
|
|||
@import '_mixins';
|
||||
|
||||
.root {
|
||||
font-size: 15px;
|
||||
|
||||
code {
|
||||
font-size: 14px;
|
||||
font-weight: $font-semibold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue