In the LDN theme, the default tile uses the $primary colour, as in the main theme.

These can be styled with a modifier, which will cascade to the title__highlight

Like other LDN themed component variants, the modifiers are in a map in main-ldn.scss, consider this the source of truth, but at the time of typing, they're currently:

For example:
<div class="tile  tile--accent-blue-deep-ldn"></div>

As the map is overwritten, colours from the main site are not available unless explicitly added to the map in Sass.


tile-group can still be applied for a grouped hover effect, as follows: