mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-23 16:46:28 +00:00
12 lines
247 B
CSS
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;
|
||
|
}
|