13 lines
238 B
CSS
13 lines
238 B
CSS
|
/*!
|
||
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
||
|
*/
|
||
|
@media print {
|
||
|
.fr-skiplinks {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
|
||
|
.fr-skiplink {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|