mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
12 lines
294 B
CSS
12 lines
294 B
CSS
.project-name {
|
|
text-decoration: none;
|
|
background: linear-gradient(
|
|
130deg,
|
|
oklch(from var(--c1) var(--name-lightness) c h),
|
|
oklch(from var(--c2) var(--name-lightness) c h)
|
|
);
|
|
background-clip: text;
|
|
color: transparent;
|
|
filter: brightness(1.2);
|
|
}
|