From 18bd6065f4031999cfa94e826c01015b3bdafcca Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 10 Mar 2021 23:29:54 +0100 Subject: [PATCH] help text --- CSS/themes/unraid/unraid-base.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 2999dd07..ce02c90f 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -316,4 +316,13 @@ div.shade-black { .sweet-alert h2, .sweet-alert p { color: var(--text); +} + +/*HELP TEXT*/ + +blockquote { + border-top: 2px solid rgb(255 255 255 / 25%); + border-bottom: 2px solid rgb(255 255 255 / 25%); + color: var(--text); + background-color: rgb(255 255 255 / 10%); } \ No newline at end of file