#coveto_public h1, #coveto_public h2 { font-size: 36px; color: transparent; -webkit-background-clip: text; background-clip: text; background-image: linear-gradient(to right, rgb(var(--dunklefarbe)), #000); text-transform: uppercase; font-weight: bold; } #coveto_public h2 { font-size: 20px; }
@keyframes animatedBackground { 0% { background-position: 0 55%; filter: blur(0px); background-size: 100%; } 40% { background-position: 40% 51%; filter: blur(0); } 50% { background-position: 50% 50%; filter: blur(4px); } 60% { background-position: 60% 49%; filter: blur(0); } 100% { background-position: 100% 45%; filter: blur(0);
#coveto_public h1{ font-weight: bold; position: relative; z-index: 1; font-size: 36px; color: #000; display: inline-block; } #coveto_public h1:after { content: ""; position: absolute; width: 100%; z-index: -1; left: 0; bottom: 8px; height: 18px; background-color: rgb(var(--dunklefarbe), 0.1); }