mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
10 lines
182 B
CSS
10 lines
182 B
CSS
|
a {
|
||
|
border-bottom: 3px solid var(--couleurprincipal);
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
background-color: var(--couleursurvol);
|
||
|
color: #fff;
|
||
|
}
|