paper-central / style.css
IAMJB's picture
Initial commit
4e925af
raw
history blame
260 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;
}