We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0630821 + c2fc271 commit 3387011Copy full SHA for 3387011
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