ソースを参照

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 {
width: 100%;
height: 100%;
transition: 0.2s !important;
}

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

.back-text {


読み込み中…
キャンセル
保存