21 lines
356 B
CSS
21 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;
|
||
|
}
|
||
|
}
|