Skip to content
Snippets Groups Projects
Commit 75ff3141 authored by xaralis's avatar xaralis
Browse files

feat: nice main title

parent 8f157805
No related branches found
No related tags found
No related merge requests found
Pipeline #6047 passed
......@@ -130,7 +130,7 @@ function BaseApp() {
<div className="container container--default my-4 md:my-16 space-y-8 md:space-y-16">
<header className="md:flex items-center text-center md:text-left">
<h1 className="head-alt-xl">
<h1 className="head-alt-xl cf-app-title">
<Link to="/" className="no-underline hover:no-underline">
{basics.appTitle}
</Link>
......
......@@ -78,7 +78,6 @@
-webkit-text-fill-color: transparent;
}
.cf-mobile-nav {
position: fixed;
top: 0;
......@@ -94,7 +93,20 @@
z-index: 50;
}
.cf-mobile-nav:not(.hidden) {
display: flex;
}
.cf-app-title {
background: linear-gradient(
30deg,
var(--color-black),
var(--color-blue-300),
var(--color-black),
var(--color-blue-300)
);
background-size: 400% 400%;
animation: gradient 10s ease infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment