diff options
author | EuAndreh <eu@euandre.org> | 2020-12-15 09:44:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-15 09:44:05 -0300 |
commit | adf68e917ca6b4574d631f2353ee174d7299d13b (patch) | |
tree | e213b1cfb9120a456a4338f29cac480a64acbac2 | |
parent | Pastebins: Move FIXED comments to beginning of file (diff) | |
download | euandre.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.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -108,8 +108,8 @@ pre.lineno { } pre.highlight { - border-top: 1px solid; - border-bottom: 1px solid; + border: 1px solid #ccc; + border-radius: 10px; } pre { |