Merge pull request #4794 from grafana/issue-4767

Updated link color in text panel to be -link-color
This commit is contained in:
Torkel Ödegaard 2016-04-22 18:37:03 +02:00
commit 29a2b2032a

View File

@ -4,4 +4,5 @@
margin: 0 0 $spacer $spacer * 1.5; margin: 0 0 $spacer $spacer * 1.5;
} }
li {line-height: 2;} li {line-height: 2;}
a { color: $external-link-color; }
} }