Skip to content

Commit f3f1001

Browse files
authored
Merge pull request #266 from timwright12/fix/bold-background-color
Set bg color of strong element to transparent
2 parents 6dbe863 + c01e39c commit f3f1001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Auditor/HTMLCSAuditor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@
10291029
}
10301030

10311031
#HTMLCS-wrapper .HTMLCS-tile-text > strong {
1032+
background: transparent;
10321033
font-size: 1.7em;
10331034
color: #FFF;
10341035
display: block;
@@ -1065,4 +1066,4 @@
10651066
#HTMLCS-wrapper .HTMLCS-issue-tile .HTMLCS-checkbox-switch {
10661067
margin-right: -1.6em;
10671068
right: 50%;
1068-
}
1069+
}

0 commit comments

Comments
 (0)