many fixes and updates

This commit is contained in:
Joey Kimsey
2024-12-20 05:53:57 -05:00
parent e7ec79e727
commit 1496b855db
62 changed files with 1211 additions and 438 deletions

View File

@ -311,7 +311,39 @@ body {
background: linear-gradient(to right, #2c2c2c, #1e1e1e, #1e1e1e);
}
.atb-green {
color: #85bd3e;
}
a.atb-green:hover {
color: #1b947f;
}
.atb-green-outline {
color: #85bd3e;
border-color: #85bd3e;
}
.atb-green-outline-only {
border-color: #85bd3e;
}
a.atb-green-outline:hover {
color: #1b947f;
border-color: #1b947f;
}
.atb-green-bg {
color: #fff;
background-color: #85bd3e;
border-color: #85bd3e;
}
a.atb-green-bg:hover {
background-color: #1b947f;
border-color: #1b947f;
/* background-color: #44a466; */
/* background-color: #3fa269; */
}
.bookmark-card.dragging {
opacity: 0.7;
cursor: move; /* Show a move cursor when dragging */
}
}