adding post borders + hover glow
this works best with narnia, scrollr, or florel's themes
_____________________________________
Paste the following code below <head> in your html:
<style> .post{border: 1px solid #60b01a; padding:5px;} </style>
<style> .post:hover{border: 1px solid #60b01a; -webkit-transition-duration: 0.3s; z-box-shadow: 0 0 20px 5px #e187cf; -webkit-box-shadow: 0 0 20px 5px #e187cf; box-shadow: 0 0 20px 5px #e187cf;} </style>
_____________________________________
the bolded sections (things starting with "#") are the hex-colour codes, replace these with your choice of colours.
you can find hex-codes here
you can change "solid" to dashed, dotted or double
you can change "1px" to a higher number for added thickness








