esp8266-remote-timer

ESP8266 based timer w/ remote control and NTP sync
Index Commits Files Refs README LICENSE
commit aa302bc8f78ec7447b59bd0d35db3953d7451637
parent b6cd38ab66e3e9a0b630386138207a938da4fb49
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Fri, 28 Mar 2025 21:20:57 -0300

cleanup: remove commented blocks

Diffstat:
Mdata/index.html | 9---------
Mdata/style.css | 21+--------------------
2 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/data/index.html b/data/index.html
@@ -55,15 +55,6 @@
                                     <input id="to-time" type="time" value="00:00"/>
                                 </td>
                             </tr>
-                            <!-- <tr> -->
-                            <!--     <td> -->
-                            <!--     </td> -->
-                            <!--     <td> -->
-                            <!--         <div id="save-timer-button"> -->
-                            <!--             save -->
-                            <!--         </div> -->
-                            <!--     </td> -->
-                            <!-- </tr> -->
                         </table>
                     </div>
                     <div id="timer-save-div">
diff --git a/data/style.css b/data/style.css
@@ -96,14 +96,12 @@ tr {
 #timer-save:active {
   background-color: #E3E3E3;
   border: none;
-  /* transform: translateY(1px); */
 }
 
 #timer-save:hover {
     border-color: black;
 }
 
-
 td {
     width: 100%;
 }
@@ -163,9 +161,7 @@ h1 {
 
 @media (prefers-color-scheme: dark) {
     body {
-        /* color: #E2E2E2; */
         color: white;
-        /* background-color: #202020; */
         background-color: #17171A;
     }
     a, a:visited {
@@ -179,7 +175,6 @@ h1 {
     }
 
     #main-toggle-div, #timer {
-        /* background-color: #303033; */
         background-color: #232327;
         border: none;
     }
@@ -195,29 +190,15 @@ h1 {
         border: 1px solid #3E3E42;
     }
 
-    #timer-save:hover {
-        /* border: 1px solid #E3E3E3; */
-    }
-
     #timer-save:active {
         background-color: #3E3E42;
         border: none;
     }
 
-    /*
-    #main-output-checkbox, #timer-checkbox {
-        appearance: none;
-        background-color: #E2E2E2;
-        border-radius: 2px;
-        margin-bottom: -1px;
-        -webkit-margin-after: 0px;
-    }
-    */
-
     #main-output-checkbox:checked, #timer-checkbox:checked {
-        /* appearance: revert; */
         accent-color: #56C8FF;
     }
+
     #from-time, #to-time {
         background-color: #303033;
         color: white;