fix style

This commit is contained in:
Francesco Esposito 2019-10-25 17:54:14 +02:00
parent 3ff0ddf16f
commit 807240b5df
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "tomadoro", "name": "tomadoro",
"description": "tomadoro", "description": "tomadoro",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"engines": { "engines": {
"npm": "6.4.1", "npm": "6.4.1",

View File

@ -53,5 +53,5 @@ a:hover {
font-size: 110px; font-size: 110px;
font-weight: normal; font-weight: normal;
text-shadow: 0 2px 3px #8a8888; /*0 0 1px #4b4b4b, 0 0 5px rgb(193, 194, 190); a3a3a3*/ text-shadow: 0 2px 3px #8a8888; /*0 0 1px #4b4b4b, 0 0 5px rgb(193, 194, 190); a3a3a3*/
color: #ffebeb; color: white;
} }

View File

@ -11,6 +11,6 @@
padding: 6px; padding: 6px;
background-color: white; background-color: white;
border-radius: 6px; border-radius: 6px;
border-bottom: 20px solid #c84132; border-bottom: 16px solid #c84132;
box-shadow: 0 2px 3px #8a8888; box-shadow: 0 2px 3px #8a8888;
} }