Delete inutil lines
This commit is contained in:
parent
3ae98132f9
commit
f69e9f2eec
|
@ -32,4 +32,4 @@ var checkbox = document.querySelector('input[name=mode]');
|
|||
theme = "dark";
|
||||
}
|
||||
localStorage.setItem("theme", theme);
|
||||
});
|
||||
});
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<!-- Titolo centrale del sito -->
|
||||
|
||||
<div style="verdana";align='center'><h1>1 Elettrici | Engim Veneto SFP Turazza</h1></div>
|
||||
<div align='center' style='padding:4px;'>
|
||||
<div align='center' style='padding:4px;'></div>
|
||||
|
||||
<!-- Immagine orario classe -->
|
||||
|
||||
|
|
15
style.css
15
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;
|
||||
}
|
Loading…
Reference in New Issue