resource-list-theme

@include resource-list-theme($theme);

Description

Control the colours used for the Resource List block.

Parameters

$theme (shades | color)
The base color to be used as theme
Default: primary

Return

(CSS) Styles to apply to .resource-list.

Examples

Use the secondary shade to theme the resource list

@include resource-list-theme(secondary);

Use a custom color to theme the resource list

@include resource-list-theme(#e1ab96);