diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -81,6 +81,8 @@ section.post-footer, div.footnotes { /* Code blocks */ +/* The "lineno" class is the default generated by Rouge for table-row in code blocks, see: + https://github.com/rouge-ruby/rouge */ pre.lineno { margin-right: 3px; padding-right: 3px; @@ -96,7 +98,14 @@ pre.highlight { } -/* Header anchor icons */ +/* Code block anchors */ + +a.code-line-anchor { + color: black; +} + + +/* Header anchor */ a.header-anchor { color: black; |