Skip to content

Instantly share code, notes, and snippets.

@oflow
Created August 18, 2016 07:57
Show Gist options
  • Save oflow/283cb481aacbdb647007c64cad078eb8 to your computer and use it in GitHub Desktop.
Save oflow/283cb481aacbdb647007c64cad078eb8 to your computer and use it in GitHub Desktop.
5秒経っても悩んでたら答えがわかるよ!!
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.arealme.com/japanese-vocabulary-size-test/ja) {
.answer {
background-color: #efe !important;
transition: background-color 1s ease 5s !important;
}
li:hover .answer[value="1"] {
background-color: #fbb !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment