Skip to content

Commit 3387011

Browse files
authored
Merge pull request #49 from bitlux/dev
One more CSS tweak
2 parents 0630821 + c2fc271 commit 3387011

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ipieces/static/style.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ div {
4646

4747
span.red {
4848
margin: 0 3px;
49-
text-decoration: underline #ff0000 solid 4px;
50-
-webkit-text-decoration: underline #ff0000 solid 4px !important;
49+
text-decoration: underline #ff0000 solid 4px !important;
50+
-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;
5154
}
5255

5356
.linkback {

0 commit comments

Comments
 (0)