forked from Icycoide/searxng
[enh] make result url green
This commit is contained in:
parent
c0993ece54
commit
8354bd0c60
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
.result_header {
|
||||
margin-top: 6px;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 16px;
|
||||
|
||||
.favicon {
|
||||
|
@ -41,10 +41,12 @@
|
|||
|
||||
}
|
||||
|
||||
.external-link, .external-link a{
|
||||
.external-link {
|
||||
color: @green;
|
||||
font-size: 11px;
|
||||
font-weight:bold;
|
||||
|
||||
a{
|
||||
a {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue