summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.css b/index.css
index fbc58f0..8047e7f 100644
--- a/index.css
+++ b/index.css
@@ -133,6 +133,11 @@ nav a:hover {
font-style: italic;
}
+.image {
+ width: 100%;
+ text-align: center;
+}
+
/***********************************
Content styling
************************************/
@@ -181,6 +186,10 @@ pre {
line-height: 1.0rem;
}
+code {
+ font-family: Consolas,monaco,monospace;
+}
+
.code_keyword {
color: blue;
font-weight: bold;