film2.0/static/style/main.css

24 lines
293 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:hover {
color: #191919;
background-color: white;
}
2024-01-25 01:19:00 +00:00
input {
border: 1px solid black;
background-color: white;
}
.base_path {
color: grey;
}