2024-08-22 17:41:44 +02:00

28 lines
339 B
CSS

.text-contrast {
color: white;
}
.text-secondary {
mix-blend-mode: difference;
}
.text-center {
text-align: center;
}
.text--primary {
color: var(--codex-color-primary);
}
.text--error {
color: var(--codex-color-error);
}
.text--spacing {
margin-bottom: 0.75rem;
}
.text--warning {
color: var(--codex-color-warning);
}