From 807240b5dfbfc82e3c72b5118803d4bb04965c31 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:54:14 +0200 Subject: [PATCH] fix style --- package.json | 2 +- src/App.css | 2 +- src/components/Box.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17c189e..1e79a0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tomadoro", "description": "tomadoro", - "version": "1.5.0", + "version": "1.5.1", "private": true, "engines": { "npm": "6.4.1", diff --git a/src/App.css b/src/App.css index cfae6f6..f304220 100644 --- a/src/App.css +++ b/src/App.css @@ -53,5 +53,5 @@ a:hover { font-size: 110px; font-weight: normal; text-shadow: 0 2px 3px #8a8888; /*0 0 1px #4b4b4b, 0 0 5px rgb(193, 194, 190); a3a3a3*/ - color: #ffebeb; + color: white; } \ No newline at end of file diff --git a/src/components/Box.css b/src/components/Box.css index 697b5b7..982d197 100644 --- a/src/components/Box.css +++ b/src/components/Box.css @@ -11,6 +11,6 @@ padding: 6px; background-color: white; border-radius: 6px; - border-bottom: 20px solid #c84132; + border-bottom: 16px solid #c84132; box-shadow: 0 2px 3px #8a8888; } \ No newline at end of file