From 8863c7748b77387af2b43753f080bdbba786199e Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 14 Jun 2022 16:44:00 +0200 Subject: [PATCH] Styling for asciidoc --- styles/customAsciidoc.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/styles/customAsciidoc.scss b/styles/customAsciidoc.scss index f1b2205..0dcd5a3 100644 --- a/styles/customAsciidoc.scss +++ b/styles/customAsciidoc.scss @@ -2,7 +2,7 @@ font-family: sans-serif; @import "./asciidocBootSlate"; - @import "~highlight.js/styles/github"; + @import "~highlight.js/scss/atom-one-dark"; h1 { color: var(--repl-color-link, #2ac02a); @@ -50,4 +50,15 @@ tbody>tr:hover { background-color: #364239; } + + pre { + background-color: #282c34; + border: 1px solid var(--repl-color-hint, #188a18); + padding: 1px; + } + + code { + background-color: #282c34; + color: #abb2bf; + } } \ No newline at end of file