24 lines
308 B
CSS

.text--normal {
color: var(--codex-color);
}
.text--primary {
color: var(--codex-color-primary);
}
.text--light {
color: var(--codex-color-light);
}
.text--center {
text-align: center;
}
.text--error {
color: var(--codex-color-error);
}
.text--warning {
color: var(--codex-color-warning);
}