repl: add option to display line numbers

This commit is contained in:
Roipoussiere 2023-06-07 15:34:57 +02:00
parent 11733d5e05
commit 0c2147d9c5
5 changed files with 30 additions and 13 deletions

View file

@ -27,10 +27,6 @@
src: url('/fonts/FiraCode/FiraCode-SemiBold.ttf');
}
.cm-gutters {
display: none !important;
}
.prose > h1:not(:first-child) {
margin-top: 30px;
}