]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
5d79474c
C
1@import '_variables';
2@import '_mixins';
3
4.root {
a911462d
C
5 font-size: 15px;
6
7 code {
8 font-size: 14px;
9 font-weight: $font-semibold;
10 }
5d79474c 11}