clean code/files

This commit is contained in:
Mathieu PATUREL
2017-01-08 15:40:25 +11:00
parent d466a29cd4
commit a4e670de43
6 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
html {
--light-bg: color(var(--background) blend(#999 85%))
--light-bg: color(var(--background) blend(#999 85%));
}
body {
padding:10px;