We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf45e5 + cc7667d commit 0630821Copy full SHA for 0630821
ipieces/static/style.css
@@ -37,12 +37,17 @@ div {
37
38
.underline {
39
margin: 0 3px;
40
- text-decoration: underline #101010 solid 4px;
+ text-decoration: underline #101010 solid 4px !important;
41
+ -webkit-text-decoration-line: underline !important;
42
+ -webkit-text-decoration-color: #101010 !important;
43
+ -webkit-text-decoration-style: solid !important;
44
+ -webkit-text-decoration-thickness: 4px !important;
45
}
46
47
span.red {
48
49
text-decoration: underline #ff0000 solid 4px;
50
+ -webkit-text-decoration: underline #ff0000 solid 4px !important;
51
52
53
.linkback {
0 commit comments