mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
12 lines
267 B
Text
12 lines
267 B
Text
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;
|
|
}
|