From 9f8b9b7697a2163cdac73d68455ab67c24e4f826 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Fri, 17 May 2019 16:07:43 +0200 Subject: [PATCH] flip colors --- resources/app/stylesheets/app.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 6942fd9..af27c75 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -77,7 +77,7 @@ img, svg { grid-template-columns: 40% 60%; align-items: center; margin-top: 0; - background-color: Window; + background-color: ThreeDShadow; .app-title { grid-column: 1; @@ -103,7 +103,7 @@ img, svg { nav { grid-area: nav; - background-color: ThreeDShadow; + background-color: Window; padding-right: 0; h2::before {