tidy up dir structure & make hover colour user-selectable
[newtab.git] / options.html
index 54a63f5fb6d3110085a685a164359494fa169a87..fcd6b5d7a1336df8a292dcfdfc08838b2076383f 100644 (file)
@@ -6,7 +6,7 @@
     <script src="options.js"></script>
     <link rel="stylesheet" href="options.css">
   </head>
-    
+
 
   <body>
     <table>
@@ -16,6 +16,9 @@
       <tr>
         <td>Foreground</td><td><input type="text" id="fg"></td>
       </tr>
+      <tr>
+        <td>Hover</td><td><input type="text" id="hr"></td>
+      </tr>
     </table>
 
     <button id="save">Save</button>