From 2e4faaeab9263b733a51a271c90b2a49c3b5704c Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 29 Oct 2025 19:07:50 +0100 Subject: add link hover and img property to css --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static/style.css') 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); } -- cgit v1.2.3