openpgp-notes/book/source/_static/epub/css/custom.css
David Runge 158ece0f60
Add comment for CSS entries for admonitions in EPUB output
Signed-off-by: David Runge <dave@sleepmap.de>
2023-12-04 22:37:01 +01:00

16 lines
No EOL
243 B
CSS

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