From 0a5d50728c78b60ac0b2a17005d726789994b2fa Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 14 Dec 2021 20:43:32 +0100 Subject: [PATCH] Custom selection colour --- sass/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index a7dd716..ab98104 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -23,6 +23,11 @@ url("/fonts/spectral-italic.ttf") format("truetype"); } +::selection{ + background-color: #ffffb2; + color: #000; +} + .wrap { max-width: 55rem; margin: 0 auto;