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.
1 parent 4e51258 commit 5e870b2Copy full SHA for 5e870b2
src/pages/about.tsx
@@ -10,9 +10,9 @@ export const AboutPage = () => {
10
<div className="max-w-[48rem] mx-auto">
11
<div className="mt-8 flex flex-col items-center">
12
<div className="">
13
- <div className="bg-rainbow relative text-transparent !bg-clip-text font-bold italic text-7xl leading-[1.2]">
14
- <div className="ml-48 text-6xl">作业站解君愁</div>
15
- <div className="mr-48">点击收藏不迷路</div>
+ <div className="bg-rainbow relative !text-transparent !bg-clip-text font-bold italic text-7xl leading-[1.2]">
+ <div className="ml-48 text-6xl !text-inherit">作业站解君愁</div>
+ <div className="mr-48 !text-inherit">点击收藏不迷路</div>
16
</div>
17
<div className="bg-rainbow !bg-clip-content h-1.5 pr-48" />
18
0 commit comments