openaire-theme/less/text.less

16 lines
315 B
Plaintext
Raw Normal View History

/* Meta */
@text-meta-font-size: inherit;
@text-meta-line-height: inherit;
@text-meta-color: @global-meta-color;
/* Background */
@text-background-gradient: @global-primary-gradient;
@text-background-color: @global-primary-background;
.hook-text-background() {
background-image: @text-background-gradient;
}