diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 4a1e77e..0f4a6fe 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1812,10 +1812,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#jot-text-wrap { +#profile-jot-wrapper { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -#jot-text-wrap:hover { +#profile-jot-wrapper:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file