summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-15 09:44:05 -0300
committerEuAndreh <eu@euandre.org>2020-12-15 09:44:05 -0300
commitadf68e917ca6b4574d631f2353ee174d7299d13b (patch)
treee213b1cfb9120a456a4338f29cac480a64acbac2
parentPastebins: Move FIXED comments to beginning of file (diff)
downloadeuandre.org-adf68e917ca6b4574d631f2353ee174d7299d13b.tar.gz
euandre.org-adf68e917ca6b4574d631f2353ee174d7299d13b.tar.xz
styles.css: Make the border of code lighter and on both sides too
-rw-r--r--styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index e4a8225..48ba1cf 100644
--- a/styles.css
+++ b/styles.css
@@ -108,8 +108,8 @@ pre.lineno {
}
pre.highlight {
- border-top: 1px solid;
- border-bottom: 1px solid;
+ border: 1px solid #ccc;
+ border-radius: 10px;
}
pre {