luci-app-passwall: add status style

This commit is contained in:
sbwml 2022-07-30 13:46:41 +08:00
parent 902e77ce95
commit a0f9000710

View File

@ -52,6 +52,14 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
color:#8898aa!important;
line-height: 1.8em;
min-height: 48px;
background-image: linear-gradient(270deg, #dde2ff 0%, #fffeff 100%);
border-radius: 12.375px;
}
@media (prefers-color-scheme: dark) {
.block h4 {
background-image: none;
background-color: #1e1e1e;
}
}
.check {