aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 8f00c9f..5d8ff58 100644
--- a/styles.css
+++ b/styles.css
@@ -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;