diff --git a/.changeset/tiny-ravens-decide.md b/.changeset/tiny-ravens-decide.md new file mode 100644 index 0000000..8ac1069 --- /dev/null +++ b/.changeset/tiny-ravens-decide.md @@ -0,0 +1,5 @@ +--- +"water.css": patch +--- + +Fix color of `` and `` tags inside links diff --git a/src/parts/_typography.css b/src/parts/_typography.css index a4a16d4..2d275b7 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -82,3 +82,8 @@ mark { padding: 0 2px 0 2px; color: #000; } + +a > code, +a > strong { + color: inherit; +}