Browse Source

Merge pull request #4794 from grafana/issue-4767

Updated link color in text panel to be -link-color
Torkel Ödegaard 9 years ago
parent
commit
29a2b2032a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/sass/components/_panel_text.scss

+ 1 - 0
public/sass/components/_panel_text.scss

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