From e63c74614cdd22299dfc506aa57277fde4878c77 Mon Sep 17 00:00:00 2001 From: d47081 Date: Sat, 9 Jul 2022 22:49:31 +0300 Subject: [PATCH] add transition-duration effect on post hovering --- theme_nin_night/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 4f6b595..48d16d7 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -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; } \ No newline at end of file