wiki-js-customization/srv/styles/stuve-colors.css

40 lines
629 B
CSS
Raw Normal View History

.StuVe-Text-Gruen {
2024-03-18 14:56:54 +00:00
color: var(--StuVe-green) !important;
}
.StuVe-Text-Dark-Gruen {
2024-03-18 14:56:54 +00:00
color: var(--StuVe-dark-green) !important;
}
.StuVe-Text-Blau {
2024-03-18 14:56:54 +00:00
color: var(--StuVe-blue) !important;
}
.StuVe-Text-Dark-Blasu {
2024-03-18 14:56:54 +00:00
color: var(--StuVe-dark-blue) !important;
}
.StuVe-Text-Grau {
2024-03-18 14:56:54 +00:00
color: var(--StuVe-gray) !important;
}
.Text-Info {
color: var(--Color-Info) !important;
}
.Text-Success {
color: var(--Color-Success) !important;
}
.Text-Warning {
color: var(--Color-Warning) !important;
}
.Text-Error {
color: var(--Color-Error) !important;
}
.Text-Default {
color: unset !important;
2024-03-18 15:00:49 +00:00
}