15 lines
291 B
CSS
15 lines
291 B
CSS
|
/*!
|
||
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
||
|
*/
|
||
|
@media print {
|
||
|
.fr-notice {
|
||
|
background-color: #eee;
|
||
|
color: #161616;
|
||
|
}
|
||
|
|
||
|
.fr-notice--info {
|
||
|
background-color: #e8edff;
|
||
|
color: #0063cb;
|
||
|
}
|
||
|
}
|