mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 19:29:41 +02:00
16 lines
No EOL
243 B
CSS
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;
|
|
} |