From c693647a3e99d194559f9dd70337ad8ebb04f03d Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 19 Mar 2022 15:29:24 +0100 Subject: [PATCH] fix: :bug: Unraid: fixed pre border color --- css/base/unraid/unraid-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base/unraid/unraid-base.css b/css/base/unraid/unraid-base.css index a964c61c..4d1096ff 100644 --- a/css/base/unraid/unraid-base.css +++ b/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;