From fcd1decbc53f036cb4c6cb80c229078cee431704 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 7 Feb 2022 14:56:26 +0100 Subject: [PATCH] update code render --- assets/css/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 75dfe10..07ccf59 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -894,6 +894,10 @@ $links: ( background: #000000; } + .code-window { + background: #000000 url('../images/window.svg') no-repeat center right; + } + .body pre { background: #141414; }