diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-04-30 07:08:59 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-04-30 07:12:39 +0200 |
commit | 0275f0f5adf67765c944bb842e724ecc314ae6b7 (patch) | |
tree | 6677e24d9e0723f69ca20c6d1031ecd32c21fbf6 /searx/static/themes/oscar/css/logicodev.css | |
parent | b9e68cc373eda8890eb26092cb170feef808dfa6 (diff) | |
download | searxng-0275f0f5adf67765c944bb842e724ecc314ae6b7.tar.gz searxng-0275f0f5adf67765c944bb842e724ecc314ae6b7.zip |
[upd] ./manage pyenv.cmd searxng_extra/update/update_pygments.py
After each update of the pygments version, we (or github action) should [1]
1. update less files:
./manage pyenv.cmd searxng_extra/update/update_pygments.py
update: static/themes/oscar/src/generated/pygments-logicodev.less
update: static/themes/oscar/src/generated/pygments-pointhi.less
update: static/themes/simple/src/generated/pygments.less
2. rebuild the static files of each themes:
make static.build.commit
[1] https://github.com/searxng/searxng/pull/2#issuecomment-826958666
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/oscar/css/logicodev.css')
-rw-r--r-- | searx/static/themes/oscar/css/logicodev.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/css/logicodev.css b/searx/static/themes/oscar/css/logicodev.css index 08cf93703..fac5c5d8f 100644 --- a/searx/static/themes/oscar/css/logicodev.css +++ b/searx/static/themes/oscar/css/logicodev.css @@ -407,7 +407,7 @@ html.infinite_scroll #pagination button { } /* this file is generated automatically by searxng_extra/update/update_pygments.py - using pygments version 2.11.2 + using pygments version 2.12.0 */ .code-highlight .linenos { -webkit-touch-callout: none; |