diff --git a/src/app/charts/chart-item/chart-item.component.html b/src/app/charts/chart-item/chart-item.component.html
index 204b72677..35917c2fa 100644
--- a/src/app/charts/chart-item/chart-item.component.html
+++ b/src/app/charts/chart-item/chart-item.component.html
@@ -1,5 +1,4 @@
-
-
+
\ No newline at end of file
diff --git a/src/app/charts/chart-item/chart-item.component.scss b/src/app/charts/chart-item/chart-item.component.scss
index e69de29bb..90d5ee45c 100644
--- a/src/app/charts/chart-item/chart-item.component.scss
+++ b/src/app/charts/chart-item/chart-item.component.scss
@@ -0,0 +1,3 @@
+.item {
+ cursor: pointer;
+}
\ No newline at end of file
diff --git a/src/styles.scss b/src/styles.scss
index 7cddd28e1..a4664d9bd 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -86,6 +86,11 @@ html, body {
line-height: mat-line-height($tech-ui-typography, body-1);
}
+a {
+ text-decoration: underline;
+ color: mat-color($tech-ui-primary);
+}
+
.tui-card {
background-color: white;
border-radius: 4px;