forked from zaclys/searxng
Merge pull request #840 from kvch/darker-green-url
darker green for result url
This commit is contained in:
commit
bc5d712c8a
File diff suppressed because one or more lines are too long
|
@ -42,9 +42,8 @@
|
|||
}
|
||||
|
||||
.external-link {
|
||||
color: @green;
|
||||
font-size: 11px;
|
||||
font-weight:bold;
|
||||
color: @dark-green;
|
||||
font-size: 12px;
|
||||
|
||||
a {
|
||||
margin-right: 3px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@blue: #0088CC;
|
||||
@red: #F35E77;
|
||||
@violet: #684898;
|
||||
@dark-green: #26a65b;
|
||||
@green: #2ecc71;
|
||||
@light-green: #01D7D4;
|
||||
@orange: #FFA92F;
|
||||
|
|
Loading…
Reference in New Issue