hedgedoc/frontend/global-styles/print.scss

11 lines
188 B
SCSS
Raw Normal View History

/*!
* SPDX-FileCopyrightText: 2024 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
@media print {
.heading-anchor {
display: none;
}
}