Files
rwv/user.css
2019-03-30 23:28:27 -04:00

11 lines
156 B
CSS

body{
text-align: center;
font-family: monospace;
font-size: 1.3em;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}