Change the background color of code-formatted words’ to grey

This commit is contained in:
2022-01-12 14:59:57 +01:00
parent d3ec86fce5
commit 334fa8422d

View File

@@ -550,3 +550,7 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
font-weight: bold;
text-transform: uppercase;
}
tt.literal {
background-color: #eeeeee;
}