summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/info.less
blob: f354135d2d82b4ef36f42ca92fc3234c13a359fb (plain)
1
2
3
4
5
6
7
8
9
10
.info-page {
  code {
    font-family: monospace;
    .rounded-corners-tiny;
    background-color: var(--color-doc-code-background);
    color: var(--color-doc-code);
    padding: 0.2rem;
    border: 0 none;
  }
}