site/assets/css/app.css in edge_framework-0.0.2 vs site/assets/css/app.css in edge_framework-0.0.3

- old
+ new

@@ -20,5 +20,7 @@ .ic.charmeleon { background-position: 0 -350px; height: 150px; width: 150px; } .ic.ivysaur { background-position: 0 -200px; height: 150px; width: 150px; } .ic.squirtle { background-position: -100px -100px; height: 100px; width: 100px; } .ic.venusaur { background-position: 0 -700px; height: 200px; width: 200px; } @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .ic { background: url('../img/icons@2x-sf605bc03f7.png'); background-size: 200px 900px; } } + +body { text-shadow: 2px 2px 3px yellow; }