From 8eca99af370a51a2b544abb0472079dcee331964 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Mon, 7 May 2018 17:55:56 +0200 Subject: [PATCH] Indsat ::selection-farve i CSS --- _scss/base/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_scss/base/_base.scss b/_scss/base/_base.scss index a0331d0..36efc13 100644 --- a/_scss/base/_base.scss +++ b/_scss/base/_base.scss @@ -9,6 +9,10 @@ body { height: 100%; } +::selection{ + background:#802c00; +} + footer { text-align: center; margin: 1rem;