diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-03-05 17:24:06 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-03-05 17:24:06 +0000 |
commit | 160c7ede6c59c27141786c3398a9dbb65e3ed901 (patch) | |
tree | 94449dab12692eadf062d4aa5884b8773b90de45 /css/master.css | |
parent | updated the db for the new blog post (diff) | |
download | blog-160c7ede6c59c27141786c3398a9dbb65e3ed901.tar.gz blog-160c7ede6c59c27141786c3398a9dbb65e3ed901.zip |
updated mongo to 7, updated the package list, added a box around the code blocks
Diffstat (limited to '')
-rw-r--r-- | css/master.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css index ae06f44..10e53ea 100644 --- a/css/master.css +++ b/css/master.css @@ -61,3 +61,9 @@ a:link { a:visited { color: #008787; } + +pre { + border: 2px solid #005f87; + padding: 10px; + margin: 10px; +} |