Skip to content

Commit cc7667d

Browse files
committed
More CSS tweaks
1 parent e3595eb commit cc7667d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ipieces/static/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ div {
3737

3838
.underline {
3939
margin: 0 3px;
40-
text-decoration: underline #101010 solid 4px;
40+
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;
4145
}
4246

4347
span.red {
4448
margin: 0 3px;
4549
text-decoration: underline #ff0000 solid 4px;
50+
-webkit-text-decoration: underline #ff0000 solid 4px !important;
4651
}
4752

4853
.linkback {

0 commit comments

Comments
 (0)