We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafbaa5 commit 7a0dd9eCopy full SHA for 7a0dd9e
src/tpl/assert/main.css
@@ -204,6 +204,10 @@ em {
204
zoom: 1;
205
}
206
207
+.item-list li:hover {
208
+ background: #f5f5f5;
209
+}
210
+
211
.item-list a {
212
display: flex;
213
flex-flow: row nowrap;
src/tpl/assert/main.css.go
@@ -175,6 +175,9 @@ margin: 1em;
175
position: relative;
176
177
178
179
+background: #f5f5f5;
180
181
182
183
0 commit comments