summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.css b/main.css
index 04d7aeb..5a6ec69 100644
--- a/main.css
+++ b/main.css
@@ -35,6 +35,11 @@ ul.posts a {
text-decoration: none;
}
+/* code block */
+.language-plaintext.highlighter-rouge {
+ border-bottom: dashed;
+}
+
ul.posts a:hover { text-decoration: underline; }
/* resources.html styles */