fix footer style

This commit is contained in:
Km.Van
2025-08-14 12:55:44 +08:00
parent 060b73838d
commit 7b4d70787b
6 changed files with 8 additions and 8 deletions

View File

@@ -168,7 +168,7 @@ msgstr ""
msgid "Visit PHP.net Official website"
msgstr ""
msgid "{{latestPhpVersion}} (Latest)"
msgid "{{oldVersion}} (Latest: {{latestPhpVersion}})"
msgstr ""
msgid "Ping"

Binary file not shown.

View File

@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: X-Prober\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2025-08-14 12:02+0800\n"
"PO-Revision-Date: 2025-08-14 12:52+0800\n"
"Last-Translator: Km.Van <kmvan.com@gmail.com>\n"
"Language-Team: kmvan <kmvan.com@gmail.com>\n"
"Language: zh_CN\n"
@@ -75,7 +75,7 @@ msgid "My Info"
msgstr "我的信息"
msgid "Mine"
msgstr "我的数据"
msgstr "我的"
msgid "Network Stats"
msgstr "网络统计"

View File

@@ -1,9 +1,9 @@
:root {
--x-footer-bg: hsl(0 0% 0% / 0.05);
--x-footer-fg: hsl(0 0% 10%);
--x-footer-fg: hsl(0 0% 0% / 0.5);
@media (prefers-color-scheme: dark) {
--x-footer-bg: hsl(0 0% 100% / 0.1);
--x-footer-fg: hsl(0 0% 100% / 0.05);
--x-footer-fg: hsl(0 0% 100% / 0.5);
}
}
.main {

View File

@@ -6,7 +6,7 @@
font-weight: bold;
}
.version {
opacity: 0.5;
opacity: 0.75;
font-weight: normal;
font-size: 0.8em;
}

View File

@@ -392,8 +392,8 @@
},
"Mine": {
"ja": "マイデータ",
"zh": "我的数据",
"zhcn": "我的数据",
"zh": "我的",
"zhcn": "我的",
"zhhk": "我的",
"zhtw": "我的"
},