Update status.htm

This commit is contained in:
Bard 2023-02-18 07:08:03 +08:00 committed by GitHub
parent 12021d5018
commit 50b7fa87ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,10 +74,10 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
<% if mode == 'dark' then %>
.block h4 {
background-image: none;
background-color: #1e1e1e;
background-color: #444950;
}
.block.pure-g {
background: #2d2d2d;
background: #0000;
box-shadow: unset;
}
<% end -%>