This commit is contained in:
cupcakearmy
2019-05-22 20:34:58 +02:00
parent 7b81984ce7
commit dcbc4bcdd7
73 changed files with 4138 additions and 0 deletions

11
www/static/css/main.css Normal file
View 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;
}

1
www/static/css/spectre-exp.min.css vendored Executable file

File diff suppressed because one or more lines are too long

1
www/static/css/spectre-icons.min.css vendored Executable file

File diff suppressed because one or more lines are too long

1
www/static/css/spectre.min.css vendored Executable file

File diff suppressed because one or more lines are too long