use text-decoration for underline
This commit is contained in:
parent
a526404fd4
commit
5d40c6d203
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ dd {
|
|||
}
|
||||
|
||||
[title] {
|
||||
border-bottom: 3px dotted white;
|
||||
text-decoration: dotted underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Reference in a new issue