mirror of https://github.com/gorhill/uBlock.git
Adjust font-size for `code` tags
This commit is contained in:
parent
d1921131b6
commit
a72aa58c92
|
@ -57,6 +57,7 @@ a {
|
|||
code, .code {
|
||||
background-color: var(--button-surface);
|
||||
font-family: monospace;
|
||||
font-size: smaller;
|
||||
padding: 4px;
|
||||
}
|
||||
hr {
|
||||
|
|
Loading…
Reference in New Issue