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