diff --git a/src/plugins/timelion/public/directives/timelion_help/_timelion_help.scss b/src/plugins/timelion/public/directives/timelion_help/_timelion_help.scss index 27d2311b62bde..1f8551116aab0 100644 --- a/src/plugins/timelion/public/directives/timelion_help/_timelion_help.scss +++ b/src/plugins/timelion/public/directives/timelion_help/_timelion_help.scss @@ -15,6 +15,14 @@ overflow-y: auto; } +.timHelp__links { + color: $euiColorPrimary; + + &:hover { + text-decoration: underline; + } +} + /** * 1. Override bootstrap .table styles. */