mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-24 00:22:05 +01:00
13 lines
225 B
CSS
13 lines
225 B
CSS
|
/*
|
||
|
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;
|
||
|
}
|