diff options
author | Marvin Borner | 2021-04-09 21:30:53 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-09 21:30:53 +0200 |
commit | 1a62c1804fb4c9f167d4ff0d8cbaed0822174685 (patch) | |
tree | c7f698210fffc2a54c92383717e1c078e7f40518 /plugin/highlight | |
parent | a91b3874e7454f88712396054920423a68987377 (diff) |
UP
Diffstat (limited to 'plugin/highlight')
-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); } |