]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/debug/debug.component.scss
Increase debug font size
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / debug / debug.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5 font-size: 15px;
6
7 code {
8 font-size: 14px;
9 font-weight: $font-semibold;
10 }
11 }