put a dotted underline under elements with a title
This commit is contained in:
parent
e046171999
commit
0e88d0cab2
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ dt .btw {
|
|||
break-before: avoid;
|
||||
}
|
||||
|
||||
*[title] {
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
|
|
Loading…
Reference in a new issue