Fix inline code links

This commit is contained in:
BBaoVanC 2022-05-15 18:26:17 -05:00
parent 81709bb47e
commit 4adb754ae3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 3 additions and 0 deletions

View File

@ -666,7 +666,10 @@ table.markdown {
:not(pre) > code {
background-color: var(--background-2);
/* Disable this because it overrides inline code blocks that are
* also links
color: var(--text-2);
*/
padding: 2px 4px;
overflow-wrap: break-word;
}