use text-decoration for underline

This commit is contained in:
Rhiannon Morris 2020-07-01 00:44:23 +02:00
parent a526404fd4
commit 5d40c6d203

View file

@ -92,7 +92,8 @@ dd {
}
[title] {
border-bottom: 3px dotted white;
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
a {