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] {
|
[title] {
|
||||||
border-bottom: 3px dotted white;
|
text-decoration: dotted underline;
|
||||||
|
text-decoration-thickness: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue