aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 6b8d514..4753faa 100644
--- a/styles.css
+++ b/styles.css
@@ -54,7 +54,8 @@ footer li a {
pre {
padding: 5px;
border: 1px solid;
- border-radius: 10px;
+ border-color: hsla(0, 0%, 0%, 0.3);
+ border-radius: 5px;
white-space: pre-wrap;
counter-reset: line;
}