quiz/public/shared.css

19 lines
347 B
CSS
Raw Normal View History

2021-02-02 21:43:58 +01:00
:root {
--citrus: #c2d72f;
--bleue: #0093ff;
--marine: #20dfb2;
--horange: #ff6000;
--main-bg-color: var(--marine);
--main-fg-color: var(--bleue);
--main-hl-color: var(--horange);
--transparent: #0f0;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-family: "Arial Rounded MT Bold", sans-serif;
color: black;
}