✰how do you add a hover over posts for narnia 2 theme. i want a pink glow when i hover over the posts. thanks bby x
I’m not sure about narnia 2 but for scrollr it’s the following and change the #000 to whatever color code you want.
under
.post {border: 1px solid black; padding 6px 6px 6px 6px;}
.post:hover(
-moz-box-shadow: 0 0 15px 5px #000;
-webkit-box-shadow: 0 0 15px 5px #000;
box-shadow: 0 0 15px 5px #000;
-webkit-transition-duration: 0.5ss;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;














