From c1dfa9c124d2947bc7e8740e50488102a384a50b Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 16 Feb 2015 14:12:48 +1030 Subject: [PATCH] Fix modal appearance --- ember/app/styles/flarum/modals.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ember/app/styles/flarum/modals.less b/ember/app/styles/flarum/modals.less index f3695ff4c..1ff03b97d 100644 --- a/ember/app/styles/flarum/modals.less +++ b/ember/app/styles/flarum/modals.less @@ -2,7 +2,7 @@ // Modals .modal-backdrop { - background-color: @fl-primary-color; + background-color: @fl-body-primary-color; &.in { opacity: 0.9; } @@ -36,7 +36,7 @@ } } .modal-body { - background-color: @fl-secondary-color; + background-color: @fl-body-secondary-color; padding: 25px; & .form-control {