forked from Ponysearch/Ponysearch
32cd0d31b3
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
8 lines
142 B
Text
8 lines
142 B
Text
.code-highlight pre {
|
|
overflow: auto;
|
|
background-color: inherit;
|
|
color: inherit;
|
|
border: inherit;
|
|
}
|
|
|
|
@import "pygments.less";
|