1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-19 19:50:19 +02:00
searxng/searx/static/themes/simple/less/code.less
Alexandre Flament 32cd0d31b3 [mod] upgrade pygments
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
2021-03-16 09:07:08 +01:00

9 lines
142 B
Plaintext

.code-highlight pre {
overflow: auto;
background-color: inherit;
color: inherit;
border: inherit;
}
@import "pygments.less";