[openaire-theme | Trunk]: Small additions in css of theme.
variables.css: [NEW] Added variable --orcid-color: #A6CE39; text.css: Added rules for classes "uk-text-xsmall" and "text-orcid".
This commit is contained in:
parent
9fe876f2cd
commit
d56086611c
|
@ -20,3 +20,10 @@
|
|||
color: var(--text-light-grey-color);
|
||||
}
|
||||
|
||||
.uk-text-xsmall {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.text-orcid {
|
||||
color: var(--orcid-color);
|
||||
}
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
--light-blue: #F4F8F9;
|
||||
--danger-color: #BB121A;
|
||||
|
||||
--orcid-color: #A6CE39;
|
||||
|
||||
/* Explore */
|
||||
--explore-color: #E96439;
|
||||
--explore-color-rgb: 233, 100, 57;
|
||||
|
|
Loading…
Reference in New Issue