You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
418 B

: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);
}
}
}