Use the default blue for the link and a darker one when hovering

This commit is contained in:
Jean-Baptiste Bellet
2022-11-28 11:25:19 +01:00
parent 7556eee5d4
commit a9edc0cb9c
2 changed files with 5 additions and 2 deletions

View File

@@ -47,9 +47,11 @@ table tbody tr {
table th a,
table td a {
// This should probably be a default rule for all links at a general level
color: $v2-blue-light;
color: $v2-blue;
border-color: $v2-blue;
&:hover {
color: $v2-blue;
color: $v2-blue-dark;
border-color: $v2-blue-dark;
}
}

View File

@@ -12,6 +12,7 @@ $v2-medium-light-grey: #e6e6e6;
$v2-light-grey: #e7e7e7;
$v2-blue: #017a9a;
$v2-blue-dark: #005e7a;
$v2-blue-light: #0096ad;
$v2-blue-lightest: #e6f7fa; // Could be used as a background color for the action icons