1
0
Fork 0

Default tab size is too large (8)

This commit is contained in:
Lim Chee Aun 2023-01-12 19:28:50 +08:00
parent 7ac7965ea3
commit 542c26dce5

View file

@ -233,6 +233,9 @@ select.plain {
background-color: transparent;
}
pre {
tab-size: 2;
}
pre code,
code {
font-size: 90%;