remove sites.js and tidy up HTML
[newtab.git] / style.css
index 4bd955f1bc74e273440fbf568dc8e16d8cb5dde6..f36e5d6c966119c50e7e4b32512c9ae4399d9da9 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;