summaryrefslogtreecommitdiffstats
path: root/playgrounds/matrix/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'playgrounds/matrix/style.css')
-rw-r--r--playgrounds/matrix/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/playgrounds/matrix/style.css b/playgrounds/matrix/style.css
index f327905..24a9d4e 100644
--- a/playgrounds/matrix/style.css
+++ b/playgrounds/matrix/style.css
@@ -1,10 +1,9 @@
-
* {
box-sizing: border-box;
}
html {
- background-color : #fefefe;
+ background-color: #fefefe;
}
body {
@@ -50,7 +49,7 @@ svg {
}
.pink {
- fill: #FF0066;
+ fill: #ff0066;
}
.green {
@@ -62,9 +61,9 @@ svg {
}
.light-pink {
- fill: #FF99C2;
+ fill: #ff99c2;
}
.off-white {
- fill: #FFCCE0;
+ fill: #ffcce0;
}