correction liens .spip_out et ps (Antoine)

This commit is contained in:
chankalan 2023-06-12 22:10:46 +02:00
parent 992ea026f0
commit 9912588fbd

View File

@ -767,4 +767,27 @@ span.tp {
}
/* liens spip_out et ps (Antoine) */
article .spip_out {
font-weight: 400;
border-bottom: 2px dotted #8ec7ce;
color: #00748f;
}
article .spip_out strong{
font-weight:400;
}
article .spip_out:hover, .ps a:hover{
font-weight:400;
text-decoration: inherit;
border-bottom:2px dotted rgb(213, 115, 1);
color: rgb(213, 115, 1);
}
.ps a:hover{
font-weight:300;
}
article .spip_out strong:hover {
border-bottom:2px dotted rgb(255, 115, 1);
text-decoration: inherit;
color: rgb(213, 115, 1);
}