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