浏览代码

Add animation to the Discord button

master
Fen Dweller 6 年前
父节点
当前提交
581d512839
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      static/sexy.css

+ 6
- 0
static/sexy.css 查看文件

@@ -342,6 +342,12 @@ a:hover {
#discord-image { #discord-image {
width: 100%; width: 100%;
height: 100%; height: 100%;
transition: 0.2s !important;
}

#discord-image:hover {
transition: 0.2s;
transform: scale(1.25, 1.25);
} }


.back-text { .back-text {


正在加载...
取消
保存