From 78c0df0d9158cdfa4a795fd23568fadafd4829f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 21 Nov 2021 21:20:26 +0100 Subject: style: Blue theme for inline code --- src/style/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/style') diff --git a/src/style/style.css b/src/style/style.css index 9adbb11..8cde3e1 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -34,10 +34,6 @@ a, a:hover, a:visited { color: blue; } -a:hover { - background-color: #eeeeee; -} - ul.index { padding-inline-start: 0; } @@ -86,9 +82,9 @@ p, ul li { line-height: 1.5em; } -p code { - background-color: #cccccc; - font-style: italic; +p code, li code { + background-color: blue; + color: white; } blockquote { -- cgit v1.2.3