From 0f7e18f96430176e6c3f6be6bfc34fd613b83ba3 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 23:48:23 +0100 Subject: [PATCH] Update style.css --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index d977c64..0cf6bab 100755 --- a/css/style.css +++ b/css/style.css @@ -28,6 +28,13 @@ .spacing { height: 20px; } +::selection { + background: #3399d4; /* WebKit/Blink Browsers */ +} +::-moz-selection { + background: #3399d4; /* Gecko Browsers */ +} + .two.spacing { height: 40px; }