13 lines
267 B
CSS
13 lines
267 B
CSS
|
/*!
|
||
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
||
|
*/
|
||
|
@media print {
|
||
|
.fr-logo {
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
.fr-logo::after {
|
||
|
background-position: 0 calc(100% + 1.875rem) !important;
|
||
|
}
|
||
|
}
|