From 3b5a1af6a85375979441075d1a72e109f7f37911 Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 27 Apr 2018 14:31:30 +0200 Subject: [PATCH] Darken overlay for modals --- app/assets/stylesheets/content/_modal.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/content/_modal.sass b/app/assets/stylesheets/content/_modal.sass index b04db73bd6..ecf3b89e9b 100644 --- a/app/assets/stylesheets/content/_modal.sass +++ b/app/assets/stylesheets/content/_modal.sass @@ -41,7 +41,7 @@ $ng-modal-image-width: $ng-modal-image-height top: 0 right: 0 bottom: 0 - background: rgba(0, 0, 0, 0.5) + background: rgba(0, 0, 0, 0.75) text-align: left z-index: 10000