We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bff81 commit a2be137Copy full SHA for a2be137
1 file changed
examples/index.html
@@ -38,6 +38,18 @@
38
a:hover {
39
color: #2980b9;
40
}
41
+ /* Highlight style for the Coverage Report row */
42
+ .highlight {
43
+ background: linear-gradient(90deg, #fff7e6, #fff1cc);
44
+ box-shadow: inset 4px 0 0 0 #ffd166;
45
+ font-weight: 600;
46
+ }
47
+ .highlight a {
48
+ color: #b36000;
49
50
+ .highlight:hover {
51
+ background: linear-gradient(90deg, #fff3d6, #ffe7b3);
52
53
</style>
54
</head>
55
<body>
@@ -61,7 +73,7 @@
61
73
<td>Vue with TypeScript</td>
62
74
<td><a href="./vue">Go to Vue</a></td>
63
75
</tr>
64
- <tr>
76
+ <tr class="highlight">
65
77
<td>Coverage Report</td>
66
78
<td><a href="./coverage/lcov-report/index.html">Go to Coverage Report</a></td>
67
79
0 commit comments