universite-toulon: customize link hover color (#74900)

This commit is contained in:
Corentin Sechet 2023-03-01 12:23:17 +01:00
parent 2c0da47468
commit 8be02da060
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
a:hover {
color: $accent-color;
}
.carrousel {
&-item-content {
padding: $space-xlarge;

View File

@ -35,6 +35,7 @@ $accent-color: $orange-1;
$font-family: 'Roboto', sans-serif;
$link-color: $blue-1;
$link-hover-color: $accent-color;
$link-hover-decoration: none;
// general
$width: 1120px;