starting work on a confirmation dialog

This commit is contained in:
2026-08-06 23:59:57 -05:00
parent b3945d9d0e
commit d9a3e8914b
4 changed files with 51 additions and 21 deletions

View File

@@ -6,8 +6,8 @@
box-sizing: border-box;
font-family: "Hubballi";
--background-color: #f5e8df;
--foreground-color: #0a1347;
--background-color: #54703f;
--foreground-color: #000000;
}
body {
@@ -285,7 +285,7 @@ progress-value {
#new-critter-btn {
height: 50px;
width: 50px;
/* border-radius: 50px; */
border-radius: 10px;
font-size: 30pt;
display: flex;
text-align: center;
@@ -319,6 +319,7 @@ progress-value {
color: var(--foreground-color);
border: 2px var(--foreground-color);
text-align: left;
border-radius: 10px;
}
.critter-card:hover {
@@ -406,7 +407,7 @@ progress-value {
border-color: var(--foreground-color);
border-width: 2px;
padding: 20px;
border-radius: 0px;
border-radius: 10px;
width: 80%;
height: 80%;
}