diff --git a/luci-app-passwall/luasrc/view/passwall/global/status.htm b/luci-app-passwall/luasrc/view/passwall/global/status.htm index 2877ae1e5..2232f9828 100644 --- a/luci-app-passwall/luasrc/view/passwall/global/status.htm +++ b/luci-app-passwall/luasrc/view/passwall/global/status.htm @@ -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 {