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 {
|
.external-link {
|
||||||
color: @green;
|
color: @dark-green;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
font-weight:bold;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
@blue: #0088CC;
|
@blue: #0088CC;
|
||||||
@red: #F35E77;
|
@red: #F35E77;
|
||||||
@violet: #684898;
|
@violet: #684898;
|
||||||
|
@dark-green: #26a65b;
|
||||||
@green: #2ecc71;
|
@green: #2ecc71;
|
||||||
@light-green: #01D7D4;
|
@light-green: #01D7D4;
|
||||||
@orange: #FFA92F;
|
@orange: #FFA92F;
|
||||||
|
|
Loading…
Reference in New Issue