Skip to content

Instantly share code, notes, and snippets.

@yude
Last active April 19, 2022 04:10
Show Gist options
  • Save yude/76ea3c7290e2d025e31a049625062408 to your computer and use it in GitHub Desktop.
Save yude/76ea3c7290e2d025e31a049625062408 to your computer and use it in GitHub Desktop.
unipa.hiroshima-cu.ac.jp
@keyframes fuckColor{
0% { background-color: Magenta; }
33% { background-color: yellow; }
66% { background-color: Cyan; }
100% { background-color: Magenta; }
}
.headerBtn, .ui-c, .ui-widget-content, .ui-widget-header, .ui-commandlink, .textWeblearning {
animation: fuckColor 2s ease infinite;
}
header {
background: url("https://cdn.discordapp.com/attachments/550309736214691842/965820216774885446/unipa.png");
}
span:before {
content: "狂う"
}
.loginInfo {
visibility: hidden!important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment