This commit is contained in:
parent
ea029d571e
commit
9b6a315f07
1 changed files with 5 additions and 1 deletions
|
@ -105,9 +105,13 @@
|
|||
box-shadow: inset 0 -1px 0 var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
u {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
u,
|
||||
span[data-type~="u"] {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid;
|
||||
color: var(--b3-protyle-inline-u-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue