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);
|
|
|
|
--text-gradient-color: none;
|
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
|
|
|
|
|
|
|
.uk-text-primary-gradient {
|
2022-03-14 17:19:41 +01:00
|
|
|
background: var(--text-gradient-color);
|
2022-02-16 11:02:14 +01:00
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
}
|