NeoKino-PHP/static/style.css

12 lines
155 B
CSS
Raw Normal View History

2022-01-27 15:55:58 +00:00
body {
text-align: center;
background-color: black;
color: white;
}
a, a:visited {
color: orange;
}
a:hover, a:active {
color: pink;
}