universite-toulon: change profile links color (#74900)

This commit is contained in:
Corentin Sechet 2023-03-01 10:37:13 +01:00
parent 9e462d0f4f
commit 2c0da47468
1 changed files with 12 additions and 2 deletions

View File

@ -125,8 +125,18 @@
}
}
&.theme-big-cell {
font-size: 1.4em;
&.theme-profile-cell {
font-size: 1.2em;
div.links-list > ul > li {
border-bottom: none;
> a {
color: black;
font-weight: normal;
&:hover {
text-decoration: underline;
}
}
}
}
}