How to change footer boarder to solid one?

Hi! I chanced the color of your theme and noticed that the footer is separated by —– I was wondering if I can make the footer a solid line. Let me know! Thanks

You can change dashed line to solid line by adding this to Theme Options – Other – Custom CSS

#site-generator {
	border-top: 2px solid #eaeaea;
}