From 29a0bed39b44986ac7de0b5e89e772050c09929a Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 6 Sep 2016 12:11:47 +0200 Subject: [PATCH] Fix background color of node-container on /about --- src/styles/_project.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index aaf361e1..af1f4130 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -677,6 +677,7 @@ ul.project_nav-edit-list #node-container flex: 1 color: $color-text-dark + background-color: white /* For error messages (403) and other overlaid text*/ #node-overlay