Browse Source

fix: 🐛 Unraid: fixed pre border color

pull/333/head
GilbN 3 years ago
parent
commit
c693647a3e
  1. 4
      css/base/unraid/unraid-base.css

4
css/base/unraid/unraid-base.css

@ -53,6 +53,10 @@ i.control:hover {
color: var(--link-color-hover);
}
pre {
border: 1px solid rgb(255 255 255 / 30%);
}
#template {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;

Loading…
Cancel
Save