Vanessa 2022-09-17 17:29:43 +08:00
parent 012a30b1a5
commit 9062f36016
5 changed files with 20 additions and 35 deletions

View file

@ -188,9 +188,12 @@
box-shadow: inset 0 -1px 0 var(--b3-border-color);
}
u {
text-decoration: none;
}
u,
span[data-type~="u"] {
text-decoration: none;
border-bottom: 1px solid var(--b3-theme-on-background);
}