diff --git a/src/thsf/static/css/tooltip.css b/src/thsf/static/css/tooltip.css index 549bcad..4623f59 100644 --- a/src/thsf/static/css/tooltip.css +++ b/src/thsf/static/css/tooltip.css @@ -6,7 +6,6 @@ .tooltip .tooltiptext { visibility: hidden; - width: 120px; background-color: var(--main-color); color: var(--alt-color); text-align: center; @@ -18,7 +17,7 @@ left: 50%; margin-left: -60px; opacity: 0; - transition: opacity 0.3s; + transition: opacity 1s; } .tooltip .tooltiptext::after { @@ -35,4 +34,5 @@ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; + font-size: 1em; } diff --git a/src/thsf/templates/index.html b/src/thsf/templates/index.html index 292e3a3..a65f231 100644 --- a/src/thsf/templates/index.html +++ b/src/thsf/templates/index.html @@ -37,52 +37,52 @@ - Programme + Programme - Le lieu + Le lieu - Restauration + Restauration - Goodies + Goodies - Concerts et DJ sets + Concerts et DJ sets - Ateliers + Ateliers - Projections + Projections - Tables rondes + Tables rondes - Expositions + Expositions - Conférences + Conférences {% endblock %}