Files
godot-docs/_static/css/dev.css
Yuri Sizov c03229cd9d Port layout changes from the master version
This also updates the index page, changes the first
sidebar section to be "About" without an extra level,
and renames "Tutorials" to "Manual"

(cherry picked from commit 0c100d9f14)
2023-09-20 14:02:23 +02:00

9 lines
195 B
CSS

/**
* CSS tweaks that are only added outside ReadTheDocs (i.e. when built locally).
*/
/* Re-add default red boxes around Pygments errors */
.highlight .err {
border: 1px solid #FF0000;
}