diff options
| author | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-20 16:41:35 -0700 |
| commit | fa6828c564fe8074658ef0ac95fb20edc0df13d2 (patch) | |
| tree | 97205dee6fc9bce331f7d55f599e91638fa7c46a /css/style.css | |
| parent | rename files to index to fix them not showing up (diff) | |
| download | p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.tar.xz p.s1n.pw-admin-fa6828c564fe8074658ef0ac95fb20edc0df13d2.zip | |
favicon
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index e5098f8..898a659 100644 --- a/css/style.css +++ b/css/style.css @@ -265,6 +265,7 @@ nav #menu li a:hover { border-bottom: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: translate(-50%, 0) rotate(45deg); + transform: translate(-50%, 0) rotate(45deg); animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite; } |