Skip to content

Instantly share code, notes, and snippets.

@ygkn
Last active October 30, 2020 07:44
Show Gist options
  • Select an option

  • Save ygkn/cd7304a4021dca4a3669bc63d2291d57 to your computer and use it in GitHub Desktop.

Select an option

Save ygkn/cd7304a4021dca4a3669bc63d2291d57 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name gaming manaba
@namespace github.com/openstyles/stylus
@version 1.0.0
@description make gaming manaba+R
@author Me
==/UserStyle== */
@-moz-document domain("ct.ritsumei.ac.jp") {
@keyframes gaming {
0% {
filter: hue-rotate(0)
}
100% {
filter: hue-rotate(360deg)
}
}
body {
animation: linear 0.5s infinite gaming
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment