{{ define "title" }}
{{ .Title }} » {{ .Site.Title }}
{{ end }}
{{ define "submenu" }}
You can easy use a color modifier then has a css class syntax like class--color-name;
For example if You want to applicate a red color modifier to a button then have class "button" you simply add another class button--red
NAME | COLOR | HEX | VAR | INVERSE VAR |
---|---|---|---|---|
{{ $color.name }} | {{ $color.exadecimal }} | ${{ $color.name }} | ${{ $color.name }}-inverse |
NAME | COLOR | HEX | VAR | INVERSE VAR |
---|---|---|---|---|
success | $success | $success-inverse | ||
info | $info | $info-inverse | ||
warning | $warning | $warning-inverse | ||
danger | $danger | $danger-inverse |