feedback fixes

This commit is contained in:
Lucy Cifferello
2024-04-05 09:26:32 -04:00
parent 12a323f691
commit 0b93988450
16 changed files with 80 additions and 85 deletions

View File

@@ -319,7 +319,7 @@ ion-modal {
a {
cursor: pointer;
color: aqua;
color: inherit;
text-decoration: none;
}
@@ -334,7 +334,7 @@ a {
.background-border {
border-radius: 0.75rem;
background-image: linear-gradient(
to bottom left,
to top left,
rgb(161 161 170 / 0.75),
#52525b
);
@@ -366,6 +366,7 @@ a {
text-transform: uppercase;
letter-spacing: .06rem;
margin-bottom: 1rem;
pointer-events: none;
}
.buttons {
@@ -376,11 +377,6 @@ a {
}
}
a {
color: inherit;
text-decoration: inherit;
}
h1,
h2,
h3,
@@ -389,4 +385,4 @@ h5,
h6,
hr {
margin: 0;
}
}