film2.0/static/style/main.css

18 lines
225 B
CSS
Raw Normal View History

2024-01-23 16:31:46 +00:00
body {
background-color: #191919;
color: white;
font-family: monospace;
}
a {
text-decoration: none;
color: lightgrey;
}
a:visited {
color: grey;
}
a:hover {
color: #191919;
background-color: white;
}