fix(a11y): more accessibility issues

This commit is contained in:
Stefan Imhoff
2023-06-15 12:07:26 +02:00
parent 674e12bc59
commit 5434d57707
11 changed files with 1429 additions and 438 deletions

View File

@@ -243,7 +243,7 @@ const schema = JSON.stringify({
}
[data-footnote-ref] {
@apply p-[0.1em] font-light !text-accent no-underline;
@apply relative rounded-full bg-accent p-[0.25em] font-light not-italic !text-white no-underline mis-[0.1em];
}
}
</style>