Merge pull request #238 from dtinth/master

Fix color of code and strong tags inside links
This commit is contained in:
Kognise 2021-08-11 13:17:10 -04:00 committed by GitHub
commit 7daa3e2366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"water.css": patch
---
Fix color of `<code>` and `<strong>` tags inside links

View file

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