1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

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

This commit is contained in:
mrpaulblack 2022-03-16 21:01:22 +01:00
parent cd92a7eacd
commit 6a8e168e25

View File

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