mirror of
https://github.com/cupcakearmy/obolus.git
synced 2025-09-06 08:10:39 +00:00
client
This commit is contained in:
11
www/static/css/main.css
Normal file
11
www/static/css/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
* {
|
||||
--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;
|
||||
}
|
Reference in New Issue
Block a user