mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
16 lines
271 B
CSS
16 lines
271 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
@page {
|
|
margin: 3cm;
|
|
size: A4 portrait;
|
|
}
|
|
@media print {
|
|
body {
|
|
background: white !important;
|
|
}
|
|
}
|