From b6dc77718da3bf8e13218b5d5355e913131aaced Mon Sep 17 00:00:00 2001 From: Shay Nehmad <48879847+ShayNehmad@users.noreply.github.com> Date: Wed, 18 Mar 2020 14:27:05 +0200 Subject: [PATCH] Apply suggestions from code review Added TINY style changes --- monkey/monkey_island/cc/ui/src/styles/App.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/styles/App.css b/monkey/monkey_island/cc/ui/src/styles/App.css index 9719e79f5..3a6cf25d0 100644 --- a/monkey/monkey_island/cc/ui/src/styles/App.css +++ b/monkey/monkey_island/cc/ui/src/styles/App.css @@ -329,8 +329,8 @@ body { position: absolute; bottom: 103px; right: 20px; - background: black; - border-radius: 2px; + background: #000000cc; + border-radius: 5px; padding: 1px; color: white; } @@ -593,4 +593,3 @@ body { margin-left: auto; margin-right: auto; } -