You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/static/themes/oscar/src/less/logicodev/code.less

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;
}