This commit is contained in:
Yukino_fox
2026-04-25 14:58:48 +08:00
14 changed files with 542 additions and 53 deletions
+5 -5
View File
@@ -1107,15 +1107,15 @@ function MainContent(): React.JSX.Element {
display: "flex",
bottom: "2px",
left: "20px",
opacity: 0.6,
opacity: 0.75,
zIndex: 9999,
pointerEvents: "none",
}}
>
<p
style={{
color: "#df0000",
fontWeight: "bold",
color: "#ff000d",
fontWeight: "bolder",
fontSize: "14px",
pointerEvents: "none",
}}
@@ -1124,8 +1124,8 @@ function MainContent(): React.JSX.Element {
</p>
<p
style={{
color: currentTheme?.mode === "dark" ? "#fff" : "#44474b",
fontWeight: "bold",
color: currentTheme?.mode === "dark" ? "#fff" : "#3e3e3e",
fontWeight: "bolder",
fontSize: "13px",
paddingLeft: "5px",
}}