remove title move cursor
[newtab.git] / style.css
index 4bd955f1bc74e273440fbf568dc8e16d8cb5dde6..3e566468a383d625e72a8736b64f82c45b9d72a6 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,7 +22,7 @@ body {
   justify-content: center;
 }
 
-.favorites {
+#links {
   display: flex;
   flex-direction: row;
   display: -webkit-flex;
@@ -164,10 +165,6 @@ input.colname {
   display: flex;
 }
 
-.title p:hover {
-  cursor: move;
-}
-
 .title:hover .add:not(:hover),
 li:hover > .remove:not(:hover) {
   display: flex;