diff options
Diffstat (limited to 'src/style/style.css')
-rw-r--r-- | src/style/style.css | 10 |
1 files changed, 3 insertions, 7 deletions
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 { |