We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7667d commit c2fc271Copy full SHA for c2fc271
ipieces/static/style.css
@@ -46,8 +46,11 @@ div {
46
47
span.red {
48
margin: 0 3px;
49
- text-decoration: underline #ff0000 solid 4px;
50
- -webkit-text-decoration: underline #ff0000 solid 4px !important;
+ text-decoration: underline #ff0000 solid 4px !important;
+ -webkit-text-decoration-line: underline !important;
51
+ -webkit-text-decoration-color: #ff0000 !important;
52
+ -webkit-text-decoration-style: solid !important;
53
+ -webkit-text-decoration-thickness: 4px !important;
54
}
55
56
.linkback {
0 commit comments