From 1a62c1804fb4c9f167d4ff0d8cbaed0822174685 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 9 Apr 2021 21:30:53 +0200 Subject: UP --- plugin/highlight/monokai.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'plugin/highlight') diff --git a/plugin/highlight/monokai.css b/plugin/highlight/monokai.css index 9e3483b..c60943d 100644 --- a/plugin/highlight/monokai.css +++ b/plugin/highlight/monokai.css @@ -82,5 +82,13 @@ pre { } .reveal .hljs.has-highlights tr:not(.highlight-line) { - opacity: 0.3 !important; + opacity: 0.4 !important; +} + +code.console { + background-color: black; + color: green; + display: inline-block; + text-align: left !important; + width: var(--slide-width); } -- cgit v1.2.3