Browse Source

[simple theme] use default font and font-size in info page

mrpaulblack 3 years ago
parent
commit
6a8e168e25
1 changed files with 0 additions and 4 deletions
  1. 0 4
      searx/static/themes/simple/src/less/info.less

+ 0 - 4
searx/static/themes/simple/src/less/info.less

@@ -1,10 +1,6 @@
 .info-page {
-  font-family: sans-serif;
-  font-size: 1.3em;
-
   code {
     font-family: monospace;
-    font-size: 1.3em;
     color: var(--color-doc-code);
     background-color: var(--color-doc-code-background);
     padding: 2px 5px;