aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-03-05 17:24:06 +0000
committerterminaldweller <devi@terminaldweller.com>2024-03-05 17:24:06 +0000
commit160c7ede6c59c27141786c3398a9dbb65e3ed901 (patch)
tree94449dab12692eadf062d4aa5884b8773b90de45 /css/master.css
parentupdated the db for the new blog post (diff)
downloadblog-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.css6
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;
+}