Increase debug font size

pull/2615/head
Chocobozzz 2020-04-08 10:54:39 +02:00
parent 8e11a1b37c
commit a911462d02
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 1 deletions

View File

@ -2,5 +2,10 @@
@import '_mixins';
.root {
font-size: 14px;
font-size: 15px;
code {
font-size: 14px;
font-weight: $font-semibold;
}
}