1
0
Fork 0

use text-decoration for underline

This commit is contained in:
Rhiannon Morris 2020-07-01 00:44:23 +02:00
parent a526404fd4
commit 5d40c6d203
1 changed files with 2 additions and 1 deletions

View File

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