Test Main background

This commit is contained in:
RealStickman 2022-05-18 07:46:24 +00:00
parent ab2a6f429c
commit 87cb36f94b

View File

@ -37,3 +37,7 @@ Put your custom CSS in this file.
color: rgba(200, 200, 200, 0.8); color: rgba(200, 200, 200, 0.8);
opacity: 1; /* something firefox fix */ opacity: 1; /* something firefox fix */
} }
#main {
background: #111111
}