fix for negative z objects being covered

This commit is contained in:
etherware-novice 2024-08-01 10:10:30 -05:00
parent 11a9426147
commit 78eec8d722
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -2,9 +2,11 @@
@import "statuscafe";
@import "fonts";
html {
background-color: #2196F3;
}
html, body {
background-color: #2196F3;
color: black;
text-align: center;
margin: 1px;