diff --git a/function.js b/function.js index ef4c6fd..b8d0c26 100644 --- a/function.js +++ b/function.js @@ -32,4 +32,4 @@ var checkbox = document.querySelector('input[name=mode]'); theme = "dark"; } localStorage.setItem("theme", theme); - }); \ No newline at end of file + }); diff --git a/index.html b/index.html index 113df14..75d96f9 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

1 Elettrici | Engim Veneto SFP Turazza

-
+
diff --git a/style.css b/style.css index 9f9b35e..00a03f5 100644 --- a/style.css +++ b/style.css @@ -134,18 +134,3 @@ a:logo { --color-background: #30110d; -color: #f2bc94; } - -.download-orario { - background: #2ab1ce; - position: absolute; - color: #fff; - padding: 10px; - border-radius: 5px; - font-size: 14px; - font-weight: bold; - text-transform: uppercase; - text-align: center; - width: 100%; - margin-top: 10px; - margin-bottom: 10px; -} \ No newline at end of file