mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] better highlighting
This commit is contained in:
parent
58de2801ce
commit
5d9d04a16e
4 changed files with 14 additions and 3 deletions
|
|
@ -9,7 +9,8 @@
|
|||
@color-base: #3498DB;
|
||||
@color-base-dark: #2980B9;
|
||||
@color-base-light: #ECF0F1;
|
||||
|
||||
@color-highlight: #094089;
|
||||
@color-black: #000000;
|
||||
|
||||
/// General
|
||||
|
||||
|
|
|
|||
|
|
@ -273,6 +273,14 @@ a {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: @color-highlight;
|
||||
}
|
||||
|
||||
.content .highlight {
|
||||
color: @color-black;
|
||||
}
|
||||
|
||||
.image_result {
|
||||
float: left;
|
||||
margin: 10px 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue