diff options
Diffstat (limited to 'plugin/highlight/monokai.css')
-rw-r--r-- | plugin/highlight/monokai.css | 10 |
1 files changed, 9 insertions, 1 deletions
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); } |