mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 15:40:12 +01:00
10 lines
127 B
CSS
10 lines
127 B
CSS
body {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
video {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|