Files
pcdigitizer/docs/css/jupyter.css
T
2026-04-15 10:48:27 -04:00

8 lines
139 B
CSS

html
/*
This adjusts the font size of Jupyter notebook code blocks to be closer to normal.
*/
.highlight {
font-size: 85%;
}