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

This commit is contained in:
Gergely Polonkai 2022-01-12 14:59:57 +01:00
parent d3ec86fce5
commit 334fa8422d
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 4 additions and 0 deletions

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;
}