Fix <code> font size in comments

This commit is contained in:
BBaoVanC 2023-02-22 16:40:30 -06:00
parent ef8dda9657
commit 6d7dfa6c5d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ a.isso-author:hover,
border: none;
padding: 2px 4px;
border-radius: 5px;
font-size: 100%;
/* thanks isso.css for setting this to 85% for whatever reason */
font-size: 0.75em;
}
.isso-input-wrapper input,