7 lines
82 B
CSS
Raw Normal View History

2018-10-16 01:27:58 +02:00
body {
background-color: #333;
color: #fff;
}
img {
max-width: 100%;
}