Colors
All these colors are available in SCSS variable. You can include this with any class/ID as mentioned below.
Example usage:
.highlight-block {
background-color: @red;
color: @green;
}
All these colors are available in SCSS variable. You can include this with any class/ID as mentioned below.
Example usage:
.highlight-block {
background-color: @red;
color: @green;
}