Change the background color of code-formatted words’ to grey
This commit is contained in:
parent
d3ec86fce5
commit
334fa8422d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user