aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 97a3a0f..f350cee 100644
--- a/styles.css
+++ b/styles.css
@@ -136,3 +136,11 @@ span.header-anchor img {
span.header-anchor:hover img {
visibility: visible;
}
+
+/* Plaintext code block links */
+
+div.plaintext-link {
+ margin: auto auto 0 auto;
+ text-align: right;
+ font-family: monospace;
+}