diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 444c1c66..abd3b8d0 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -18,6 +18,14 @@ .ant-card-dark h2 { color: hsla(0, 0%, 100%, .65); } + + .ant-tag-df { + color: rgb(0 0 0 / 80%); + } + + .dark .ant-tag-df { + color: rgb(255 255 255 / 80%); + } @@ -85,8 +93,8 @@ {{ i18n "pages.index.operationHours" }}: - Xray [[ formatSecond(status.appStats.uptime) ]] - OS [[ formatSecond(status.uptime) ]] + Xray [[ formatSecond(status.appStats.uptime) ]] + OS [[ formatSecond(status.uptime) ]] @@ -120,7 +128,7 @@ {{ i18n "pages.index.systemLoad" }}: - + [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]]