archil/css/links.css

10 lines
170 B
CSS
Raw Normal View History

2023-08-10 13:44:01 +02:00
a {
2023-08-10 17:26:48 +02:00
border-bottom: 3px solid var(--couleurprincipal);
color: inherit;
text-decoration: none;
}
2023-08-10 13:44:01 +02:00
a:hover {
2023-08-10 17:26:48 +02:00
background-color: var(--couleursurvol);
color: #fff;
2023-08-10 13:44:01 +02:00
}