mirror of
https://github.com/searxng/searxng.git
synced 2025-08-05 03:16:46 +02:00
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
14 lines
293 B
Text
14 lines
293 B
Text
pre, code {
|
|
font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
|
|
}
|
|
|
|
@import "pygments.less";
|
|
|
|
.code-highlight pre {
|
|
margin-bottom: 25px;
|
|
padding: 20px 10px;
|
|
background-color: inherit;
|
|
color: inherit;
|
|
border: inherit;
|
|
color: #D7DAE0;
|
|
}
|