1
0
mirror of https://github.com/kognise/water.css.git synced 2025-04-23 18:52:44 +02:00

Fix color of code and strong tags inside links

This commit is contained in:
Thai Pangsakulyanont 2020-12-20 11:48:54 +00:00 committed by GitHub
parent 83e916f66c
commit 6193a5a2f0

View File

@ -82,3 +82,8 @@ mark {
padding: 0 2px 0 2px;
color: #000;
}
a > code,
a > strong {
color: inherit;
}