mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Fix color of code and strong tags inside links
This commit is contained in:
parent
83e916f66c
commit
6193a5a2f0
1 changed files with 5 additions and 0 deletions
|
|
@ -82,3 +82,8 @@ mark {
|
||||||
padding: 0 2px 0 2px;
|
padding: 0 2px 0 2px;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a > code,
|
||||||
|
a > strong {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue