clean up manifest
[newtab.git] / style.css
index 4bd955f1bc74e273440fbf568dc8e16d8cb5dde6..c29e55dfbb9500128b414a1b349152d1cf03bbd3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -4,6 +4,7 @@
   --hover-bg-2: #848ead;
   --remove-bg: #bf616a;
   --default-fg: #d8dee9;
+  --default-bg: #2e3440;
 }
   
 html, body {
@@ -21,11 +22,12 @@ body {
   justify-content: center;
 }
 
-.favorites {
+#links {
   display: flex;
   flex-direction: row;
   display: -webkit-flex;
   -webkit-flex-direction: row;
+  min-height: 283px;
 }
 
 ul {
@@ -64,7 +66,7 @@ input.colname {
   height: 19px;
   margin: 14px 0 6px 0;
   border: 2px var(--hover-bg) dashed;
-  background-color: var(--default-bg);
+  background-color: var(inherit);
   color: inherit;
   font-family: inherit;
 }
@@ -164,10 +166,6 @@ input.colname {
   display: flex;
 }
 
-.title p:hover {
-  cursor: move;
-}
-
 .title:hover .add:not(:hover),
 li:hover > .remove:not(:hover) {
   display: flex;
@@ -213,7 +211,7 @@ span.grip {
   content: '....';
   position: relative;
   right: 20px;
-  top: 35px;
+  top: 36px;
   width: 10px;
   height: 20px;
   display: none;