1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Adjust font-size for code tags

This commit is contained in:
Raymond Hill 2021-10-17 13:47:41 -04:00
parent d1921131b6
commit a72aa58c92
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -57,6 +57,7 @@ a {
code, .code {
background-color: var(--button-surface);
font-family: monospace;
font-size: smaller;
padding: 4px;
}
hr {