From f69e9f2eec47eb4e7c16000f5fce4e488452082b Mon Sep 17 00:00:00 2001 From: stef-devs Date: Fri, 22 Apr 2022 16:15:27 +0200 Subject: [PATCH] Delete inutil lines --- function.js | 2 +- index.html | 2 +- style.css | 15 --------------- 3 files changed, 2 insertions(+), 17 deletions(-) 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