diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-07-19 16:19:31 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-07-20 02:29:40 -0600 |
| commit | fbd9d5ecffb139f1aecd39d4143d2aef5264c2b2 (patch) | |
| tree | e2ef13deaa0999523d7ab1589cbd9c21808218cb /data | |
| parent | f4dd6c013204b4c761794bc8cc44c06affe0da47 (diff) | |
resolves #1429 allow text of selected lines to be highlighted in source block
- use highlight attribute on source block to specify lines to be highlighted
- add method to resolve the highlight lines spec
- disable bold_every option in CodeRay
- darken bolded line numbers in default CodeRay theme
Diffstat (limited to 'data')
| -rw-r--r-- | data/stylesheets/coderay-asciidoctor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/coderay-asciidoctor.css b/data/stylesheets/coderay-asciidoctor.css index 1627a5dc..ad53f53d 100644 --- a/data/stylesheets/coderay-asciidoctor.css +++ b/data/stylesheets/coderay-asciidoctor.css @@ -2,7 +2,7 @@ /*pre.CodeRay {background-color:#f7f7f8;}*/ .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em} .CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)} -.CodeRay .line-numbers strong{font-weight: normal} +.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)} table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none} table.CodeRay td{vertical-align: top;line-height:1.45} table.CodeRay td.line-numbers{text-align:right} |
