From f3bcdbdf34de4609957e062bbd90973036dbda28 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sat, 29 Jun 2013 21:25:28 +0200 Subject: [PATCH] website: change color of text on selection --- website/source/stylesheets/_styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/stylesheets/_styles.scss b/website/source/stylesheets/_styles.scss index e1c7d12a9..ebfc7f8f7 100644 --- a/website/source/stylesheets/_styles.scss +++ b/website/source/stylesheets/_styles.scss @@ -167,9 +167,11 @@ table { ::selection { background: #ffff00; /* Safari */ + color: $black; } ::-moz-selection { background: #ffff00; /* Firefox */ + color: $black; } input {