diff options
| author | Paul Braeuning <paul@paulgo.io> | 2022-04-20 01:08:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 01:08:09 +0200 |
| commit | 7f2185cec2bcbbb28178faae363d07372daf0137 (patch) | |
| tree | f34105dc6c394cf1100810e7755cd2ea67a54ad6 /searx/static/themes/simple/src/less | |
| parent | e22dc2ba36bfbd578c8f065975b35e178dce7a13 (diff) | |
| parent | 4ab189315bf666ffc840d53a80c59eb75d4c5763 (diff) | |
Merge pull request #1123 from return42/fix-1027
[fix] add missing result.length and result.author to the simple theme
Diffstat (limited to 'searx/static/themes/simple/src/less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 30889dd0b..258c222a2 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -260,7 +260,9 @@ article[data-vim-selected].category-social { } } - .published_date { + .published_date, + .result_length, + .result_author { font-size: 0.8em; color: var(--color-result-publishdate-font); } |