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

17 lines
310 B
CSS

/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@media print {
.fr-summary {
background-color: #eee;
display: none;
}
.fr-summary__title {
color: #161616;
}
.fr-summary li > a {
color: #161616;
}
}