Browse Source

add transition-duration effect on post hovering

pull/35/head
d47081 2 years ago
parent
commit
e63c74614c
  1. 4
      theme_nin_night/css/style.css

4
theme_nin_night/css/style.css

@ -3636,4 +3636,8 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { @@ -3636,4 +3636,8 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
.userMenu-config a:hover {
color: rgba(255, 255, 255, 1)
}
.post * {
transition-duration: 0.2s;
}
Loading…
Cancel
Save