fix bugs, update readme
[newtab.git] / src / style.css
index c29e55dfbb9500128b414a1b349152d1cf03bbd3..69e52a272b75124f988dd2bf65075a357138a4c1 100644 (file)
@@ -1,4 +1,4 @@
-:root {
+html {
   --hover-bg: #434c5e;
   --hover-grn: #a3be8c;
   --hover-bg-2: #848ead;
@@ -66,7 +66,7 @@ input.colname {
   height: 19px;
   margin: 14px 0 6px 0;
   border: 2px var(--hover-bg) dashed;
-  background-color: var(inherit);
+  background-color: var(--default-bg);
   color: inherit;
   font-family: inherit;
 }