MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / gradientTextSx

Function gradientTextSx

src/Components/Home/home.jsx:546–554  ·  view source on GitHub ↗
(dark)

Source from the content-addressed store, hash-verified

544}
545
546function gradientTextSx(dark) {
547 return {
548 background: brandGradient(dark),
549 backgroundClip: 'text',
550 WebkitBackgroundClip: 'text',
551 color: 'transparent',
552 WebkitTextFillColor: 'transparent',
553 };
554}
555
556function glassSx(dark, extra = {}) {
557 return {

Callers 3

LinksBlockFunction · 0.70
SectionHeadingFunction · 0.70
StatsBlockFunction · 0.70

Calls 1

brandGradientFunction · 0.70

Tested by

no test coverage detected