mirror of
https://github.com/searxng/searxng.git
synced 2025-12-30 15:40:03 +00:00
[mod] simple client: pygments.less - switched dark theme to monokai
Compared to ``lightbulb`` theme we used in the past for the dark theme, the ``monokai`` has a better contrast [1]. BTW, the result list of SearXNG should not act as a code-checker: The border & color of class ``.err`` (used for syntax errors) has been removed / code snippets are often not well formed nor valid code and the rendering of such code fragments as errors obscures the view on the code snippet. [1] https://pygments.org/styles/ Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
9ac9c8c4f5
commit
fb5fd8c819
@@ -30,6 +30,12 @@
|
||||
span.linenos {
|
||||
color: var(--color-line-number);
|
||||
}
|
||||
|
||||
.err {
|
||||
// The code view in the result list should not act as a code-checker.
|
||||
border: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user