We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b640ee8 + 5ec48a7 commit d7a7042Copy full SHA for d7a7042
src/pages/index.tsx
@@ -74,12 +74,12 @@ const Ads =
74
? () => (
75
// eslint-disable-next-line react/jsx-no-target-blank
76
<a
77
- className="block relative"
+ className="block relative dark:brightness-[85%]"
78
href="https://gad.netease.com/gad/access?project_id=201005304&s=SppRGFTnJ1VxfSFEZWE6hY3pO4gn&code_type=1"
79
target="_blank"
80
>
81
<img src="/ads_mumu.jpg" alt="MuMu模拟器" />
82
- <div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1">
+ <div className="absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1 ">
83
广告
84
</div>
85
</a>
0 commit comments