pouque-chlor-web/css/style.css

30 lines
336 B
CSS

body {
background: #242424;
font-family: monospace;
text-align: center;
}
.links {
color: #ffffff;
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
a:active {
color: #ffffff;
text-decoration: none;
}