This repository has been archived on 2022-10-14. You can view files and clone it, but cannot push or open issues/pull-requests.
thing/public/base.css

20 lines
325 B
CSS

body {
background-color: teal;
}
#bg {
position: fixed;
top: 8px;
z-index: -1;
user-select: none;
color: cyan;
}
#content {
padding: 16px;
max-width: 1039px;
margin: 139px auto;
background-color: rgba(0,0,0,0.9);
color: white;
font-family: sans-serif;
border-style: solid;
border-color: rgba(255,255,255,0.9);
}