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

- old
+ new

@@ -111,9 +111,13 @@ body { -webkit-animation: bugfix infinite 1s; } @-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } } +::-moz-selection { background: #3297fd; text-shadow: none; } + +::selection { background: #3297fd; text-shadow: none; } + /* Miscellaneous useful HTML classes */ .left { float: left !important; } .right { float: right !important; }