obolus/www/static/css/main.css
cupcakearmy dcbc4bcdd7 client
2019-05-22 20:34:58 +02:00

12 lines
247 B
CSS

* {
--clr-primary: hsl(194, 100%, 88%);
--clr-white: #ffffff;
--clr-black: #000000;
--clr-dark: #222222;
--clr-light: #eeeeee;
--text-width: 35rem;
--animation: all 100ms ease;
-webkit-overflow-scrolling: touch;
}