{{define "--prof-colorA"}}#0f81cc{{end}} {{define "--prof-colorB"}}#7683cc{{end}} {{define "--prof-card-bg"}}#485fc7{{end}} {{define "--prof-card-fg"}}#f7f7f7{{end}} {{define "--prof-link-fg"}}#0099ff{{end}} {{define "profile-theme-hero-style"}} {{$colorA := or (.GetProfileField "hero-color-start") "#0f81cc"}} {{$colorB := or (.GetProfileField "hero-color-end") "#7683cc"}} section.hero { background-image: linear-gradient(141deg, {{$colorA}}, {{$colorB}}) !important; } .hero h1.title { color: {{if eq (.GetProfileField "hero-text-dark") "true"}}#4a4a4a{{else}}#f5f5f5{{end}} !important; } {{end}} {{define "profile-theme-style"}} {{$cardTitleBG := or (.GetProfileField "card-title-bg") "#485fc7"}} {{$cardTitleFG := or (.GetProfileField "card-title-fg") "#f7f7f7"}} {{$cardLinkFG := or (.GetProfileField "card-link-color") "#0099ff"}} {{$cardLightness := .GetProfileField "card-lightness"}} {{end}}