aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin/highlight/monokai.css
diff options
context:
space:
mode:
authorMarvin Borner2021-04-09 21:30:53 +0200
committerMarvin Borner2021-04-09 21:30:53 +0200
commit1a62c1804fb4c9f167d4ff0d8cbaed0822174685 (patch)
treec7f698210fffc2a54c92383717e1c078e7f40518 /plugin/highlight/monokai.css
parenta91b3874e7454f88712396054920423a68987377 (diff)
UP
Diffstat (limited to 'plugin/highlight/monokai.css')
-rw-r--r--plugin/highlight/monokai.css10
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);
}