From fe597bec3476ad6be1d3cff1c106cccd57d9d2e9 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Tue, 13 May 2025 12:34:22 +0100 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index fa99fca..16579e0 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -5,3 +5,10 @@ font-size: 0.9rem; width: 100%; } + +.note { + background-color: #e7f3fe; + border-left: 4px solid #2196F3; + padding: 1em; + margin: 1em 0; +}