:root{ font-family: sans-serif; } .references { position:fixed; bottom:5px; right:5px; border-radius:5px; padding:10px; background-color:rgb(216, 216, 216); a { padding:5px; margin:0; border-right:solid 1px rgb(128,128,128); display: inline-block; &:last-child { border-right:none; } &[href],&:link,&:hover,&:focus,&:active { color:rgb(78, 78, 78); } } }