diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-14 10:04:36 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-14 10:04:36 +0100 |
| commit | c54baf63015e884c060e10bc7a73a2c1503564c1 (patch) | |
| tree | 20260a7733812f8b50fb26d90b92482a777561a8 /searx/static/less/definitions.less | |
| parent | b88146d669b1196ed1efc4ae4108e238cfd7dbca (diff) | |
Adding style for publish Date
Diffstat (limited to 'searx/static/less/definitions.less')
| -rw-r--r-- | searx/static/less/definitions.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/less/definitions.less b/searx/static/less/definitions.less index f71f55782..2d85f7815 100644 --- a/searx/static/less/definitions.less +++ b/searx/static/less/definitions.less @@ -64,6 +64,9 @@ // Url to result @color-result-url-font: #C0392B; +// Publish Date +@color-result-publishdate-font: #888; + // Images @color-result-image-span-background-hover: rgba(0, 0, 0, 0.6); @color-result-image-span-font: #FFF; |