mirror of
https://github.com/kognise/water.css.git
synced 2025-12-05 22:34:57 +01:00
Merge pull request #238 from dtinth/master
Fix color of code and strong tags inside links
This commit is contained in:
commit
7daa3e2366
2 changed files with 10 additions and 0 deletions
5
.changeset/tiny-ravens-decide.md
Normal file
5
.changeset/tiny-ravens-decide.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"water.css": patch
|
||||
---
|
||||
|
||||
Fix color of `<code>` and `<strong>` tags inside links
|
||||
|
|
@ -82,3 +82,8 @@ mark {
|
|||
padding: 0 2px 0 2px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a > code,
|
||||
a > strong {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue