We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a1a2b commit 9b802abCopy full SHA for 9b802ab
components/Banner.tsx
@@ -14,7 +14,7 @@ function Banner(props: BannerProps): React.ReactElement {
14
15
return (
16
<div className='fade-in banner flex flex-1 flex-col justify-center px-6 py-10 dark:text-white lg:px-10'>
17
- <h1 className='text-3xl font-bold text-shadow-sm dark:text-white lg:text-5xl'>
+ <h1 className='text-3xl font-bold dark:text-white lg:text-5xl'>
18
Hi, I am <span className='name-gradient'>{frontMatter.shortname}</span>
19
</h1>
20
<p className='mt-2 mb-3 text-lg lg:my-4 lg:text-2xl'>
css/global.css
@@ -170,7 +170,3 @@
170
background-position: 100% 100%;
171
}
172
173
-
174
-.text-shadow-sm {
175
- text-shadow: 0px 1px 0px rgb(0 0 0 / 0.15);
176
-}
0 commit comments