mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
Add dev.css override
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user