NeoKino-PHP/static/style.css

12 lines
155 B
CSS

body {
text-align: center;
background-color: black;
color: white;
}
a, a:visited {
color: orange;
}
a:hover, a:active {
color: pink;
}