From f7deb0923e8ca88ae0bc6fd8282266f39bef586d Mon Sep 17 00:00:00 2001 From: mepy Date: Sun, 28 Mar 2021 22:58:06 +0200 Subject: [PATCH] Added some style for the notebox class to be used with the ikiwiki note template since there was none. --- local.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/local.css b/local.css index 5cdd071cc..454e0f7e0 100644 --- a/local.css +++ b/local.css @@ -182,3 +182,16 @@ code { .color-FFF { color: #FFF; } + +/* + * MEPY: + * Style for the notebox div element + * for use with the ikiwiki note template + */ +.notebox { + background-color: #FFFFCC; + border-radius: 3px; + padding: 10px 1em; + border: 1px solid #f4f228; + margin: 10px 0; +} -- 2.30.2