mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
Adding style for publish Date
This commit is contained in:
parent
b88146d669
commit
c54baf6301
3 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -248,6 +248,12 @@ a {
|
|||
word-wrap:break-word;
|
||||
color: @color-result-url-font;
|
||||
}
|
||||
|
||||
.published_date {
|
||||
font-size: 0.8em;
|
||||
color: @color-result-publishdate-font;
|
||||
margin: 5px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.engines {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue