diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-25 09:25:55 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-25 09:25:55 -0400 |
commit | 19e66471fb61f638e167ef9ab3ab1d3691236b82 (patch) | |
tree | 82e36611862d1ff624f4abcff960c5399aef66d8 | |
parent | 650e583b114ad55168894954ea6cf4612c06e877 (diff) |
css: Hack to fix some bad inline code style.
-rw-r--r-- | css/dthompson.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 26df51b..fd6c818 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -53,7 +53,7 @@ pre code { font-family: "Inconsolata",monospace; } -p code { +p code, li code { font-family: "Inconsolata",monospace; background-color: #eee; } |