diff --git a/client/styles/components/_asset-list.scss b/client/styles/components/_asset-list.scss index f359c1ae3b..444c08088c 100644 --- a/client/styles/components/_asset-list.scss +++ b/client/styles/components/_asset-list.scss @@ -50,6 +50,7 @@ .asset-table__row a { @include themify() { color: getThemifyVariable('primary-text-color'); + text-decoration: underline; } } @@ -78,3 +79,7 @@ background-color: getThemifyVariable('background-color'); } } + +.asset-table__row a:hover { + text-decoration-thickness: 0.1em; +}