TP_JO2024/home/dist/component/link/link.print.css
2024-03-27 17:19:37 +01:00

20 lines
356 B
CSS

/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-link {
color: #000091;
}
.fr-link__detail {
color: #666;
}
.fr-links-group li::marker {
color: #000091;
}
.fr-links-group--bordered {
box-shadow: inset 0 0 0 1px #ddd;
}
}