https://github.com/zen-browser/www/issues/187
This commit is contained in:
NOCanoa
2024-09-21 12:44:47 +01:00
committed by GitHub
parent fccf36a40e
commit 9ca862181b

View File

@@ -17,7 +17,7 @@ const TextTitle = styled.h1`
background-image: linear-gradient(90deg, #0077e7, #01d8d1);
filter: hue-rotate(0deg);
animation: ${hueShift} 10s infinite linear 1s;
padding-bottom: 5px;
padding-bottom: 8px;
`;
export default function CoolHeaderText() {