Added preview and menu logic

This commit is contained in:
2023-04-22 10:55:06 -05:00
parent 212f387ec4
commit 454a8b0cab
8 changed files with 222 additions and 11 deletions

View File

@@ -2,10 +2,10 @@
background-color: rgba(0, 0, 0, 0.0);
/* border: 2px solid rgba(136, 204, 39, 1); */
/* Dark Bergundy */
border: 2px solid rgba(116, 0, 0, 0.64);
border: 2px solid rgba(116, 0, 0, 1);
}
.expand-button {
background-color: rgba(0, 0, 0, 0.0);
border: 2px solid rgba(56, 56, 56, 0.46);
border: 2px solid rgba(56, 56, 56, 1);
}