luci-app-passwall: add status style
This commit is contained in:
parent
902e77ce95
commit
a0f9000710
@ -52,6 +52,14 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|||||||
color:#8898aa!important;
|
color:#8898aa!important;
|
||||||
line-height: 1.8em;
|
line-height: 1.8em;
|
||||||
min-height: 48px;
|
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 {
|
.check {
|
||||||
|
Loading…
Reference in New Issue
Block a user