mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Fix inline code links
This commit is contained in:
parent
81709bb47e
commit
4adb754ae3
@ -666,7 +666,10 @@ table.markdown {
|
|||||||
|
|
||||||
:not(pre) > code {
|
:not(pre) > code {
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
|
/* Disable this because it overrides inline code blocks that are
|
||||||
|
* also links
|
||||||
color: var(--text-2);
|
color: var(--text-2);
|
||||||
|
*/
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user