Update and clean up HTML files, upgrade structure
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.fullscreen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user