Browse Source

help text

pull/166/head
gilbN 4 years ago
parent
commit
18bd6065f4
  1. 9
      CSS/themes/unraid/unraid-base.css

9
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%);
}
Loading…
Cancel
Save