From f4d49b74d8231f5aaee9483d1153437a125396a5 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 9 Aug 2021 12:12:59 +0900 Subject: [PATCH] removed bright outline for code blocks on dark theme --- source/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/App.tsx b/source/src/App.tsx index 2485c76..e001372 100644 --- a/source/src/App.tsx +++ b/source/src/App.tsx @@ -92,7 +92,7 @@ pre > code { font-family: ${theming.font.code}; color: #adbac7; background-color: #22272e; - border: 1px solid #ddd; + border: 1px solid #555; page-break-inside: avoid; font-size: 15px; line-height: 1.6;