horarios-v3/public/css/global.css

11 lines
145 B
CSS
Raw Normal View History

2021-01-16 00:34:43 +00:00
:root {
--color-texto: white;
}
2021-01-14 23:24:55 +00:00
body {
2021-01-16 00:34:43 +00:00
color: var(--color-texto);
2021-01-14 23:24:55 +00:00
}
[class^="ph-"], [class*=" ph-"] ::before {
font-size: 0.8rem;
}