8 lines
139 B
CSS
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%;
|
|
}
|