obolus/www/static/css/main.css

12 lines
247 B
CSS
Raw Normal View History

2019-05-22 18:34:58 +00:00
* {
--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;
}