10 lines
181 B
CSS
10 lines
181 B
CSS
|
|
||
|
:root {
|
||
|
--font-primary-color: var(--primary-color);
|
||
|
--font-secondary-color: var(--secondary-color);
|
||
|
|
||
|
}
|
||
|
.uk-text-primary{
|
||
|
color: var(--font-primary-color) !important;
|
||
|
}
|