diff options
author | mrpaulblack <paul@paulgo.io> | 2022-05-11 00:03:21 +0200 |
---|---|---|
committer | mrpaulblack <paul@paulgo.io> | 2022-05-11 00:03:21 +0200 |
commit | 392c9c4243af967c6f2e486d5ef14814f0c325e2 (patch) | |
tree | cfc65a2b3e740726cedb715b7685b5c2042154ea /searx/static | |
parent | 035a4eaa09cb4bc4003e5377305735b958c7ef86 (diff) | |
download | searxng-392c9c4243af967c6f2e486d5ef14814f0c325e2.tar.gz searxng-392c9c4243af967c6f2e486d5ef14814f0c325e2.zip |
[simple theme] add products.html template
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/themes/simple/src/less/style.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 955c121ea..45c6eb204 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -262,11 +262,18 @@ article[data-vim-selected].category-social { .published_date, .result_length, - .result_author { + .result_author, + .result_shipping, + .result_source_country { font-size: 0.8em; color: var(--color-result-publishdate-font); } + .result_price { + font-size: 1.2em; + color: var(--color-result-description-highlight-font); + } + img { &.thumbnail { .ltr-float-left(); |