make selection inverted
1 files changed, 2 insertions(+), 2 deletions(-) M _sass/minimal-mistakes/_reset.scss
M _sass/minimal-mistakes/_reset.scss => _sass/minimal-mistakes/_reset.scss +2 -2
@@ 31,8 31,8 @@ body { margin: 0; } /* Selected elements */ ::selection { - color: #fff; - background: #000; + color: $background-color; + background: $text-color; } /* Display HTML5 elements in IE6-9 and FF3 */