タイトルがチカチカするUserCSS
code:style.css
@keyframes tree-view-bg {
0% { opacity: 0.85; }
30% { opacity: 1; }
100% { opacity: 0.9; }
}
.line.line-title .text {
text-shadow:
0 0 10px #fff,
0 0 20px #ffc,
0 0 30px #ff9,
0 0 40px #ff6,
0 0 70px #fc6,
0 0 80px #f99,
0 0 100px #ff96,
0 0 150px #ff96;
animation: tree-view-bg 2s infinite;
}