paper-central / style.css
jbdel
author, github
df43c05
raw
history blame
549 Bytes
h1 {
text-align: center;
display: block;
}
body a,
.contain a,
#table a {
background-color: transparent;
color: #58a6ff;
text-decoration: none;
}
body a:active,
body a:hover {
outline-width: 0;
}
body a:hover {
text-decoration: underline;
}
#hf_options label[for='github']::before {
content: "";
background-image: url('https://github.githubassets.com/favicons/favicon.png');
background-size: contain;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 5px;
}