searxng/searx/static/themes/oscar/src/less/logicodev/code.less
Alexandre Flament d20f6a1f19 [mod] make themes.all update pygments*.less
Add a searx/static/themes/*/src/generated empty folder
2021-06-22 08:15:11 +02:00

13 lines
267 B
Plaintext

pre, code {
font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
}
.code-highlight pre {
margin-bottom: 25px;
padding: 20px 10px;
background-color: inherit;
color: inherit;
border: inherit;
color: #D7DAE0;
}