From 41ab04657054afde998824b8f7648ea25ba317a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Thu, 6 Aug 2020 08:23:59 +0200
Subject: [PATCH] =?UTF-8?q?fjernet=20un=C3=B8dvendig=20bakgrunnsfarging?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index 8d0b7be6..1f02c806 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -226,7 +226,7 @@ header {
   background-color: #FDF4F5;
 }
 
-section, article {
+section#search_results, article {
   background-color: #FFFFFF;
 }
 
-- 
GitLab