zappyzep/presetup-configurator/src/index.css

15 lines
151 B
CSS
Raw Normal View History

2021-01-18 22:44:54 +02:00
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: Arial, sans-serif;
}
body {
background-color: #f8f8f8;
color: #222;
}