film2.0/static/style/main.css

24 lines
293 B
CSS

body {
background-color: #191919;
color: white;
font-family: monospace;
}
a {
text-decoration: none;
color: lightgrey;
}
a:hover {
color: #191919;
background-color: white;
}
input {
border: 1px solid black;
background-color: white;
}
.base_path {
color: grey;
}