Update status.htm
This commit is contained in:
parent
50b7fa87ce
commit
fc1e4b5f6c
@ -64,20 +64,20 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.block h4 {
|
||||
background-image: none;
|
||||
background-color: #131b33;
|
||||
background-color: #2c323c;
|
||||
}
|
||||
.block.pure-g {
|
||||
background: #0a0f17;
|
||||
background: #444950;
|
||||
box-shadow: unset;
|
||||
}
|
||||
}
|
||||
<% if mode == 'dark' then %>
|
||||
.block h4 {
|
||||
background-image: none;
|
||||
background-color: #444950;
|
||||
background-color: #2c323c;
|
||||
}
|
||||
.block.pure-g {
|
||||
background: #0000;
|
||||
background: #444950;
|
||||
box-shadow: unset;
|
||||
}
|
||||
<% end -%>
|
||||
|
Loading…
Reference in New Issue
Block a user