diff --git a/static/cibo.png b/static/cibo.png new file mode 100644 index 0000000..1952966 Binary files /dev/null and b/static/cibo.png differ diff --git a/template/Interfaccia.html b/template/Interfaccia.html index a19656d..8de374d 100644 --- a/template/Interfaccia.html +++ b/template/Interfaccia.html @@ -40,7 +40,6 @@ td { background: white; font-size: 12px; - font-weight: : 700; text-align: center; vertical-align: middle; width: calc((70vw / {{.larghezza}}) - 3px); @@ -50,7 +49,8 @@ height: 3em; } .cibo { - background: #FFFF33; + background-image: url("/static/cibo.png"); + background-size: 100% 100%; padding: 0px; } .razza1 {