put a dotted underline under elements with a title

This commit is contained in:
Rhiannon Morris 2021-03-08 00:13:54 +01:00
parent e046171999
commit 0e88d0cab2
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@ dt .btw {
break-before: avoid;
}
*[title] {
text-decoration: underline dotted;
}
@media (prefers-color-scheme: dark) {
:root {