Merge pull request #840 from kvch/darker-green-url

darker green for result url
This commit is contained in:
Adam Tauber 2017-01-27 01:23:16 +01:00 committed by GitHub
commit bc5d712c8a
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -42,9 +42,8 @@
}
.external-link {
color: @green;
font-size: 11px;
font-weight:bold;
color: @dark-green;
font-size: 12px;
a {
margin-right: 3px;

View File

@ -7,6 +7,7 @@
@blue: #0088CC;
@red: #F35E77;
@violet: #684898;
@dark-green: #26a65b;
@green: #2ecc71;
@light-green: #01D7D4;
@orange: #FFA92F;