From 9f87af499589b66ec9c80390219d8a948821744f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Fri, 9 Mar 2018 00:31:51 +0100 Subject: [PATCH] Update style.css --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 8c912f9..2a01489 100755 --- a/css/style.css +++ b/css/style.css @@ -29,10 +29,13 @@ height: 20px; } ::selection { - background: #3399d4; /* WebKit/Blink Browsers */ + background: #3399d4; + color: white; /* WebKit/Blink Browsers */ } + ::-moz-selection { - background: #3399d4; /* Gecko Browsers */ + background: #3399d4; + color: white; /* Gecko Browsers */ } .two.spacing {