5. Mafioso (Link CSS)

somnibear

Profile


This is optional CSS for styling the custom color code's links.


/* IF USING THIS CSS, DELETE ALL OF THE DEFAULT HEX CODE FOR LINKS AND BUTTONS. THE CSS WILL NOT WORK OTHERWISE. */
/* To do this, find [Ctrl+F] the hex code for links and buttons in the color guide. Replace all with just #. */

/* default link color */
#mafioso a {color: #cecece}

/* link color when hovered over with mouse */
#mafioso a:hover {color: #ffffff}