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

Function brandGradient

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

Source from the content-addressed store, hash-verified

540}
541
542function brandGradient(dark) {
543 return dark ? 'linear-gradient(140deg, #93C0F2, #6BA6E8)' : 'linear-gradient(140deg, #1C5BAA, #4F86CE)';
544}
545
546function gradientTextSx(dark) {
547 return {

Callers 4

LinksBlockFunction · 0.70
gradientTextSxFunction · 0.70
IconBadgeFunction · 0.70
StepsBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected