-
You could probably build some custom.scss for it...
like "use-accent-1" or something...
.use-accent-1 {
color: $accent-color-1;
}
//you can probably guess what the 2nd accent color field is mapped to 
then in your custom html you'd call the class like <p class="use-accent-1">...</p>
... I'm not great with .scss but since we're already importing/loading that variable I don't *think* you need to do anything else...
custom.scss file:
docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
-
Last Edit: 9 years 4 months ago by Matt.
-
The following users have thanked you: SWBouton
- SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
