summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/src/less/logicodev/code.less
blob: de7613e9e17439de264f563fc6435a0381addebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}