mirror of
https://git.spip.net/spip-contrib-squelettes/archil
synced 2023-08-25 10:33:10 +02: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;
|
||
|
}
|