From 4ad0d6e1e00720061b888087abdc71ddf403080f Mon Sep 17 00:00:00 2001 From: paweljarosz Date: Mon, 11 May 2026 17:09:45 +0200 Subject: [PATCH] Fixed styling for status page. --- _scss/status.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_scss/status.scss b/_scss/status.scss index 1ca8f96e5..f2425e747 100644 --- a/_scss/status.scss +++ b/_scss/status.scss @@ -137,7 +137,11 @@ } .status-info-panel code { - color: rgba(255, 255, 255, 0.94); + color: var(--lightest); + background: rgba(9, 13, 17, 0.64); + border-color: rgba(255, 255, 255, 0.18); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); + font-weight: 700; } @media (max-width: 700px) { @@ -201,6 +205,9 @@ .status-info-panel code { color: var(--darkest); + background: rgba(27, 50, 74, 0.07); + border-color: rgba(27, 50, 74, 0.16); + box-shadow: none; } }