2022-01-07 17:18:34 +01:00
|
|
|
:root {
|
2022-03-14 17:19:41 +01:00
|
|
|
--text-default-color: var(--grey-color);
|
|
|
|
--text-primary-color: var(--primary-color);
|
|
|
|
--text-secondary-color: var(--secondary-color);
|
2022-03-22 16:49:29 +01:00
|
|
|
--text-gradient-color: linear-gradient(92deg, var(--primary-light-color) 0, var(--primary-dark-color) 100%);
|
2022-04-07 16:50:49 +02:00
|
|
|
--text-light-grey-color: var(--light-grey-color);
|
2022-01-07 17:18:34 +01:00
|
|
|
}
|
2022-01-20 15:04:03 +01:00
|
|
|
|
2022-03-10 17:28:41 +01:00
|
|
|
.uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary {
|
2022-03-14 17:19:41 +01:00
|
|
|
color: var(--text-primary-color) !important;
|
2022-01-07 17:18:34 +01:00
|
|
|
}
|
2022-02-16 11:02:14 +01:00
|
|
|
|
2022-05-31 22:17:46 +02:00
|
|
|
.uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary {
|
|
|
|
color: var(--text-secondary-color) !important;
|
|
|
|
}
|
|
|
|
|
2022-04-14 11:50:33 +02:00
|
|
|
.uk-text-background {
|
2022-04-14 15:41:56 +02:00
|
|
|
background-image: var(--text-gradient-color);
|
2022-02-16 11:02:14 +01:00
|
|
|
}
|
2022-04-07 16:50:49 +02:00
|
|
|
|
|
|
|
.uk-text-light-grey {
|
|
|
|
color: var(--text-light-grey-color);
|
|
|
|
}
|
|
|
|
|
2022-04-12 12:27:52 +02:00
|
|
|
.uk-text-xsmall {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|