diff --git a/luci-app-passwall/luasrc/view/passwall/node_list/node_list.htm b/luci-app-passwall/luasrc/view/passwall/node_list/node_list.htm index 622828bad..6bbd2b0bf 100644 --- a/luci-app-passwall/luasrc/view/passwall/node_list/node_list.htm +++ b/luci-app-passwall/luasrc/view/passwall/node_list/node_list.htm @@ -29,9 +29,19 @@ table td, .table .td { color: red !important; } +._now_use_bg { + background: #5e72e445 !important; +} + .ping a:hover{ text-decoration : underline; } + +@media (prefers-color-scheme: dark) { + ._now_use_bg { + background: #4a90e2 !important; + } +}