mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: move source files to the src directory
This commit is contained in:
parent
49ea5b7644
commit
6b80c57a3c
22 changed files with 9 additions and 9 deletions
8
searx/static/themes/simple/src/less/code.less
Normal file
8
searx/static/themes/simple/src/less/code.less
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.code-highlight pre {
|
||||
overflow: auto;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
border: inherit;
|
||||
}
|
||||
|
||||
@import "pygments.less";
|
||||
Loading…
Add table
Add a link
Reference in a new issue