wallart-server/web/style.css

17 lines
217 B
CSS
Raw Normal View History

2022-09-25 12:03:05 -06:00
html {
font-family: sans-serif;
2023-01-06 09:32:16 -07:00
background-color: #333;
color: #ddd;
2022-09-25 12:03:05 -06:00
text-align: center;
}
img#wallart {
max-width: 90vw;
width: 320px;
image-rendering: pixelated;
2023-01-06 09:32:16 -07:00
}
a {
color: #ccf;
}