diff --git a/frontend/pages/admin/AppSettingsPage/_styles.scss b/frontend/pages/admin/AppSettingsPage/_styles.scss index f20016560b..e3dc618538 100644 --- a/frontend/pages/admin/AppSettingsPage/_styles.scss +++ b/frontend/pages/admin/AppSettingsPage/_styles.scss @@ -44,6 +44,7 @@ a { color: $core-fleet-black; + font-weight: $regular; text-decoration: none; cursor: pointer; diff --git a/frontend/pages/software/ManageSoftwarePage/_styles.scss b/frontend/pages/software/ManageSoftwarePage/_styles.scss index d8ca6b9b77..919c230d76 100644 --- a/frontend/pages/software/ManageSoftwarePage/_styles.scss +++ b/frontend/pages/software/ManageSoftwarePage/_styles.scss @@ -223,6 +223,12 @@ tbody { .name__cell { width: $col-md; + a { + text-decoration: none; + &:hover { + text-decoration: underline; + } + } } .version__cell { width: 0;