--hover-bg-2: #848ead;
--remove-bg: #bf616a;
--default-fg: #d8dee9;
+ --default-bg: #2e3440;
}
html, body {
justify-content: center;
}
-.favorites {
+#links {
display: flex;
flex-direction: row;
display: -webkit-flex;
display: flex;
}
-.title p:hover {
- cursor: move;
-}
-
.title:hover .add:not(:hover),
li:hover > .remove:not(:hover) {
display: flex;