From 102843977f3d58c4b8fb9c15996da5cfbbbbee22 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sat, 7 May 2022 22:52:42 +0800 Subject: Theme: increase line height, fix code link hover in dark mode --- alabaster-lite/css/alabaster.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/alabaster-lite/css/alabaster.css b/alabaster-lite/css/alabaster.css index a411fd4..0d09a4d 100644 --- a/alabaster-lite/css/alabaster.css +++ b/alabaster-lite/css/alabaster.css @@ -206,7 +206,7 @@ a.headerlink:hover { } div.body p, div.body dd, div.body li { - line-height: 1.4em; + line-height: 1.6em; } div.admonition { @@ -1168,6 +1168,10 @@ span.eqno { color: white; } + a:hover tt, a:hover code { + background: #666; + } + pre { background-color: #202836; border: 1px solid white; -- cgit v1.2.3