From 081f4aebb731a4b68e7702adaa8fa91af43f16b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 17:31:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/skeleton-dark.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/skeleton-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index 4a0fc4b..cae3a73 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -138,7 +138,7 @@ code { margin: 0 0.2rem; font-size: 90%; white-space: nowrap; - background: #f1f1f1; + background: radial-gradient(circle, #292929 28%, #1b1b1b 100%) border: 1px solid #e1e1e1; border-radius: 4px; }