openpgp-notes/book/source/_static/epub/css/custom.css

13 lines
225 B
CSS
Raw Normal View History

/*
SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
SPDX-License-Identifier: CC0-1.0
*/
div.admonition {
background-color: lightgray;
}
div.warning,
div.admonition-warning {
background-color: palevioletred;
}