summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f63fd6e..9e642f2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -17,6 +17,13 @@ body {
font-size: larger;
}
+img {
+ max-height: 22em;
+ padding-top: 1em;
+ display: block;
+ margin: auto;
+}
+
pre {
padding: 1em 1em;
line-break: auto;
@@ -45,6 +52,10 @@ a {
color: var(--link);
}
+a:hover {
+ color: #89ddff;
+}
+
.highlight {
font-family: var(--titlecodefont);
}