Pygments: Fix styles override.

This fixes #119.
This commit is contained in:
Alexandre Vicenzi 2018-06-24 00:01:22 -03:00
parent 65cc7b24c9
commit 82daaf6e52
123 changed files with 3823 additions and 3767 deletions

View file

@ -62,10 +62,6 @@ ADD_THIS_ID = 'ra-55adbb025d4f7e55'
STATIC_PATHS = ['images', 'extra']
EXTRA_PATH_METADATA = {
'extra/custom.css': {'path': 'static/custom.css'},
}
CUSTOM_CSS = 'static/custom.css'
USE_LESS = True